com.rift.coad.lib.thread.pool |
|
Java Source File Name | Type | Comment |
PoolException.java | Class | This exception is thrown when there is an error dealing with the thread pool. |
Task.java | Interface | The definition of thread pool task. |
ThreadPoolManager.java | Class | This object is responsible for managing a pool of threads assigned to process
a task object. |
ThreadPoolManagerTest.java | Class | The test of the thread pool manager. |