Package | Description |
---|---|
com.sun.electric.tool.util.concurrent.runtime.pipeline |
Modifier and Type | Method and Description |
---|---|
PipelineRuntime.Stage<?,?> |
PipelineRuntime.Stage.getNext() |
Modifier and Type | Method and Description |
---|---|
static <Input,Output> |
PipelineRuntime.createPipelineWorker(PipelineRuntime.PipelineWorkerStrategyType type,
PipelineRuntime.Stage<Input,Output> stage,
PipelineRuntime.StageImpl<Input,Output> impl) |
void |
PipelineRuntime.Stage.setNext(PipelineRuntime.Stage<?,?> next) |
Constructor and Description |
---|
SimplePipelineWorker(PipelineRuntime.Stage<Input,Output> stage,
PipelineRuntime.StageImpl<Input,Output> impl) |