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