|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WaitStrategy | |
|---|---|
| org.mentaqueue.wait | |
| Uses of WaitStrategy in org.mentaqueue.wait |
|---|
| Classes in org.mentaqueue.wait that implement WaitStrategy | |
|---|---|
class |
ParkWaitStrategy
A wait strategy that uses the LockSupport.parkNanos method with some optional backing-off functionality. |
class |
SpinYieldParkWaitStrategy
This wait strategy first busy spinings, then yields, then sleep. |
class |
YieldParkWaitStrategy
No busy spinning, just yield and sleep. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||