Sign in
fuchsia
/
third_party
/
github.com
/
smartystreets
/
go-disruptor
/
df0a7a1f37910af4e67c997076405b622e552407
/
.
/
reader_386.go
blob: 5f2a7d3c4aedb83fb5303286b219cc61d20b8eb6 [
file
] [
log
] [
blame
]
package disruptor
func (this *Reader) Commit(sequence int64) {
this.readerCursor.Store(sequence)
}