| Class | Description |
|---|---|
| NamedTask<T> |
Class that adds simple functionality for naming a callable or runnable and assigning it a name.
|
| NamedThreadFactory |
Simple named thread factory class
|
| ResizeableLinkedBlockingDeque<T> |
A LinkedBlockingDeque with a scalable capacity.
|
| SynchronizedListAccessibleLock<T> |
Class Description
|
| ThreadGate |
Class Description
|
| TimedExecutorService |
Executor Service that allows for an execution time to be set on a task.
|
| TimedExecutorService.Builder |
Builder class for setting up the timed executor service
|
| Enum | Description |
|---|---|
| ThreadGroupManager |
A simple manager for tracking thread groups
|