Sign in
fuchsia
/
third_party
/
github.com
/
smartystreets
/
go-disruptor
/
bcdcd1f0b3a67be2617d9eb49edc7733883e13a7
/
.
/
consumer.go
blob: c1971c821e7ca07787ebd34285a010cc7cbfc30a [
file
] [
log
] [
blame
]
package disruptor
type Consumer interface {
Consume(lower, upper int64)
}