Sign in
fuchsia
/
third_party
/
github.com
/
smartystreets
/
go-disruptor
/
5493a4963aded4a9248e0450059efc311c0ead9a
/
.
/
writer_386.go
blob: 5da33bede7a3937ca934b02a313468501fb0ef7c [
file
] [
log
] [
blame
]
package disruptor
func (this *Writer) Commit(sequence int64) {
this.writerCursor.Store(sequence)
}