[][src]Module timely::dataflow::scopes::child

A child dataflow scope, used to build nested dataflow scopes.

Structs

Child

A Child wraps a Subgraph and a parent G: Scope. It manages the addition of Operates to a subgraph, and the connection of edges between them.

Type Definitions

Iterative

Type alias for iterative child scope.