Sign in
fuchsia
/
third_party
/
github.com
/
smartystreets
/
go-disruptor
/
e81862cf257901f61536b3053d5116f89627e464
/
.
/
reader_arm.go
blob: b6233eedaf32c6a3eb481190bc4c54b7b7b1df42 [
file
] [
log
] [
blame
]
package disruptor
func (this *Reader) Commit(lower, upper int64) {
this.readerCursor.Store(upper)
}