blob: 9d55e7c9826cb815e2881513578474fbc4aaa238 [file] [log] [blame]
package disruptor
// TODO: investigate performance impact of Consume(sequence, remaining int64) (consumed int64)
type Consumer interface {
Consume(lower, upper int64)
}