Package | Description |
---|---|
com.sun.electric.tool.util.concurrent.runtime.taskParallel |
Modifier and Type | Class and Description |
---|---|
class |
SimpleWorker
Simple thread pool worker
|
class |
SynchronizedWorker
Synchronized thread pool worker
Some algorithms requires that the calculation of different steps should run
step-by-step in parallel.
|
Modifier and Type | Field and Description |
---|---|
static PoolWorkerStrategy |
ThreadPool.PoolWorkerStrategyFactory.userDefinedStrategy |
Modifier and Type | Method and Description |
---|---|
static PoolWorkerStrategy |
ThreadPool.PoolWorkerStrategyFactory.createStrategy(IStructure<PTask> taskPool,
ThreadPool.ThreadPoolType type) |