Expand description
A dataflow subgraph
Timely dataflow graphs can be nested hierarchically, where some region of graph is grouped, and presents upwards as an operator. This grouping needs some care, to make sure that the presented operator reflects the behavior of the grouped operators.
Structs§
- A dataflow subgraph.
- A builder for interactively initializing a
Subgraph
.