Package edu.emory.mathcs.backport.java.util.concurrent.helpers
Auxiliary and helper classes for backport.util.concurrent, NOT present in
java.util.concurrent.
FIFOWaitQueue | Simple linked list queue used in FIFOSemaphore. |
ThreadHelpers | Emulation of some new functionality present in java.lang.Thread in J2SE 5.0. |
Utils |
This class groups together the functionality of java.util.concurrent that
cannot be fully and reliably implemented in backport, but for which some
form of emulation is possible. |
WaitQueue | Base class for internal queue classes for semaphores, etc. |
WaitQueue.WaitNode | |
Auxiliary and helper classes for backport.util.concurrent, NOT present in
java.util.concurrent.