blob: 03d0bcf979f5bb327e537e9e4a957d2ec3aa7854 [file] [log] [blame]
package disruptor
type Barrier interface {
Read(int64) int64
}