Class | Description |
---|---|
IThreadPool | |
PoolWorkerStrategy | |
SimpleWorker |
Simple thread pool worker
|
SynchronizedWorker |
Synchronized thread pool worker
Some algorithms requires that the calculation of different steps should run
step-by-step in parallel.
|
ThreadPool |
Magic thread pool
|
ThreadPool.PoolWorkerStrategyFactory |
Factory class for worker strategy
|
ThreadPoolJdkForkJoin |
Enum | Description |
---|---|
ThreadPool.ThreadPoolState |
states of the thread pool.
|
ThreadPool.ThreadPoolType |