Sign in
fuchsia
/
third_party
/
github.com
/
smartystreets
/
go-disruptor
/
bcdcd1f0b3a67be2617d9eb49edc7733883e13a7
/
.
/
writer_arm.go
blob: a2a3d762393b70b8819b3264acbf9e9c6f601282 [
file
] [
log
] [
blame
]
package disruptor
func (this *Writer) Commit(lower, upper int64) {
this.written.Store(upper)
}