Sign in
fuchsia
/
third_party
/
github.com
/
smartystreets
/
go-disruptor
/
e81862cf257901f61536b3053d5116f89627e464
/
.
/
writer_amd64.go
blob: 1a71c83946637b9acfffa5c2d47aad9311e27f0f [
file
] [
log
] [
blame
]
package disruptor
func (this *Writer) Commit(lower, upper int64) {
this.writerCursor.value = upper
}