blob: 55db450c193f505231ae76bbeaf061cc016981a4 [file] [log] [blame]
package disruptor
func (this *Writer) Commit(lower, upper int64) {
this.writerCursor.Store(upper)
}