blob: c1971c821e7ca07787ebd34285a010cc7cbfc30a [file] [log] [blame]
package disruptor
type Consumer interface {
Consume(lower, upper int64)
}