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