Package | Description |
---|---|
com.sun.electric.tool.util.concurrent.debug |
This package contains debug stuff for the parallel infrastructure.
|
com.sun.electric.tool.util.concurrent.runtime.pipeline | |
com.sun.electric.tool.util.concurrent.runtime.taskParallel |
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancing.registerWorker(WorkerStrategy worker) |
Modifier and Type | Class and Description |
---|---|
class |
PipelineWorkerStrategy |
class |
SimplePipelineWorker<Input,Output> |
Modifier and Type | Class and Description |
---|---|
class |
PoolWorkerStrategy |
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.
|