Uses of Interface
org.mentaqueue.wait.WaitStrategy

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.
 



Copyright © 2012. All Rights Reserved.