timely 0.8.0

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

pub use self::subgraph::{Subgraph, SubgraphBuilder};

pub mod pointstamp_counter;
// pub mod product;
pub mod subgraph;
pub mod reachability;
pub mod reachability_neu;