| Class | Description |
|---|---|
| AbstractThreadPool |
This is the base class of all ThreadPools.
|
| DefaultThreadControl |
Default implementation of ThreadControl interface.
|
| ExecutableRunnable |
Class to adapt a
Runnable object in
an Executable object. |
| WorkerThread |
This class extends the Thread class to add recyclable functionalities.
|