[][src]Module timely::progress::subgraph

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

Subgraph

A dataflow subgraph.

SubgraphBuilder

A builder for interactively initializing a Subgraph.