|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WaitStrategy | |
---|---|
com.lmax.disruptor | The Disruptor is a concurrent programming framework for exchanging and coordinating work on a continuous series of items. |
Uses of WaitStrategy in com.lmax.disruptor |
---|
Classes in com.lmax.disruptor that implement WaitStrategy | |
---|---|
static class |
WaitStrategy.BlockingStrategy
Blocking strategy that uses a lock and condition variable for Consumer s waiting on a barrier. |
static class |
WaitStrategy.BusySpinStrategy
Busy Spin strategy that uses a busy spin loop for Consumer s waiting on a barrier. |
static class |
WaitStrategy.YieldingStrategy
Yielding strategy that uses a Thread.yield() for Consumer s waiting on a barrier. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |