Sign in
fuchsia
/
third_party
/
github.com
/
smartystreets
/
go-disruptor
/
e81862cf257901f61536b3053d5116f89627e464
/
.
/
consumer.go
blob: 6e6998b3a67c397aa4be02295e01b3771335972c [
file
] [
log
] [
blame
]
package disruptor
type Consumer interface {
Consume(sequence, remaining int64)
}