Module timely::dataflow::stream [] [src]

A handle to a typed stream of timely data.

Most high-level timely dataflow programming is done with streams, which are each a handle to an operator output. Extension methods on the Stream type provide the appearance of higher-level declarative progamming, while constructing a dataflow graph underneath.

Structs

Stream

Abstraction of a stream of D: Data records timestamped with S::Timestamp.