Name | Description |
---|---|
BasePipelineExecuter | Base class for pipeline executers, handles all the details and leave the actual pipeline execution to the |
SingleThreadedPipelineExecuter | Executes the pipeline on a single thread |
ThreadPoolPipelineExecuter | Execute all the actions concurrently, in the thread pool |