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