Sign in
fuchsia
/
third_party
/
github.com
/
smartystreets
/
go-disruptor
/
a072a0953a47e1ee8f3f6c8d9d6a7fb4121e7d98
/
.
/
reader_amd64.go
blob: 6da0ad8beb04e66ded4c9a5ec6a4c409b31c601d [
file
] [
log
] [
blame
]
package disruptor
func (this *Reader) Commit(sequence int64) {
this.readerCursor.value = sequence
}