Module timely::dataflow::scopes

source ·
Expand description

Hierarchical organization of timely dataflow graphs.

Re-exports§

  • pub use self::child::Child;

Modules§

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

Traits§

  • The fundamental operations required to add and connect operators in a timely dataflow graph.
  • The information a child scope needs from its parent.