Package edu.emory.mathcs.backport.java.util.concurrent.helpers

Auxiliary and helper classes for backport.util.concurrent, NOT present in java.util.concurrent.

Interface Summary

NanoTimer Interface to specify custom implementation of precise timer.
ThreadHelpers.UncaughtExceptionHandler Abstraction of the exception handler which receives notifications of exceptions occurred possibly in various parts of the system.
WaitQueue.QueuedSync

Class Summary

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.