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