timely 0.2.0

A low-latency data-parallel dataflow system in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
//! Coordination of progress information between a scope-as-operator and its children operators.

pub use self::subgraph::Subgraph;
pub use self::subgraph::{Source, Target};
pub use self::summary::Summary;

pub mod pointstamp_counter;
pub mod summary;
pub mod product;
pub mod subgraph;