Expand description
Structured communication between timely dataflow operators.
Modules§
- Parallelization contracts, describing how data must be exchanged between operators. Parallelization contracts, describing requirements for data movement along dataflow edges.
- A collection of types that may be pulled from.
- A collection of types that may be pushed at.
Structs§
- A serializable representation of timestamped data.
Traits§
- A container-oriented version of
Bytesable
that can be implemented here forVec<T>
and other containers.