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