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

Hierarchical organization of timely dataflow graphs.

Re-exports

pub use self::child::Child;

Modules

child

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

Traits

Scope

The fundamental operations required to add and connect operators in a timely dataflow graph.

ScopeParent

The information a child scope needs from its parent.