Module timely::dataflow::scopes::child

source ·
Expand description

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

Structs§

  • 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 Aliases§

  • Type alias for iterative child scope.