timely 0.29.0

A low-latency data-parallel dataflow system in Rust
Documentation
1
2
3
4
5
6
7
//! Synchronization primitives implemented in timely dataflow.

pub mod barrier;
pub mod sequence;

pub use self::barrier::Barrier;
pub use self::sequence::Sequencer;