blob: 1a71c83946637b9acfffa5c2d47aad9311e27f0f [file] [log] [blame]
package disruptor
func (this *Writer) Commit(lower, upper int64) {
this.writerCursor.value = upper
}