Expand description
This module contains everything needed for constructing ParallelFlow.
For detailed behavior and examples, see the documentation of ParallelFlow, Builder and Joiner.
Structs§
- Builder
- Builder for
ParallelFlow. - Parallel
Flow ParallelFlowexecutes nodes (branches) in parallel.
Traits§
- Joiner
- The
Joinerhandles the output of all nodes fromParallelFlow.