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