blob: 10446ec6cdc34a5d8cf23643927575dad47be0d0 [file] [log] [blame]
package disruptor
type Consumer interface {
Consume(int64, int64) int64
}