Sign in
fuchsia
/
third_party
/
github.com
/
smartystreets
/
go-disruptor
/
bcdcd1f0b3a67be2617d9eb49edc7733883e13a7
/
.
/
barrier.go
blob: 03d0bcf979f5bb327e537e9e4a957d2ec3aa7854 [
file
] [
log
] [
blame
]
package disruptor
type Barrier interface {
Read(int64) int64
}