Sign in
fuchsia
/
third_party
/
github.com
/
smartystreets
/
go-disruptor
/
e81862cf257901f61536b3053d5116f89627e464
/
.
/
writer_386.go
blob: 55db450c193f505231ae76bbeaf061cc016981a4 [
file
] [
log
] [
blame
]
package disruptor
func (this *Writer) Commit(lower, upper int64) {
this.writerCursor.Store(upper)
}