blob: 5da33bede7a3937ca934b02a313468501fb0ef7c [file] [log] [blame]
package disruptor
func (this *Writer) Commit(sequence int64) {
this.writerCursor.Store(sequence)
}