blob: f284021992a6bed44b6505aa386b3ef6665c3dec [file] [log] [blame]
package disruptor
type Waiter interface {
Wait()
}