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