Module parallel_flow

Module parallel_flow 

Source
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.
ParallelFlow
ParallelFlow executes nodes (branches) in parallel.

Traits§

Joiner
The Joiner handles the output of all nodes from ParallelFlow.