Class Summary |
Constants |
Static constants for this package. |
CounterLatch |
Simple counter latch that allows code to keep an up and down counter, and waits while the latch holds a certain wait value. |
DedicatedThreadExecutor |
A utility class to execute a Callable in a dedicated thread. |
TaskQueue |
As task queue specifically designed to run with a thread pool executor. |
TaskThread |
A Thread implementation that records the time at which it was created. |
TaskThreadFactory |
Simple task thread factory to use to create threads for an executor implementation. |
ThreadPoolExecutor |
Same as a java.util.concurrent.ThreadPoolExecutor but implements a much more efficient
getSubmittedCount() method, to be used to properly handle the work queue. |