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