SerialPipelineStage<TBaseNode> Class
Definition
A PipelineStage<TBaseNode> that runs processors one after the other.
public sealed class SerialPipelineStage<TBaseNode> : PipelineStage<TBaseNode>
where TBaseNode : Node<TBaseNode>
Type Parameters
Name | Description |
---|---|
TBaseNode | The type of nodes in the tree. |
Properties
Name | Description |
---|---|
The processors in this stage. |
Last modified: 12 August 2025