Module timely::dataflow::operators::capture::event
[−]
[src]
Traits and types describing timely dataflow events.
The Event
type describes the information an operator can observe about a timely dataflow
stream. There are two types of events, (i) the receipt of data and (ii) reports of progress
of timestamps.
Modules
binary |
A binary event pusher and iterator. |
link |
A linked-list event pusher and iterator. |
Enums
Event |
Data and progress events of the captured stream. |
Traits
EventIterator |
Iterates over contained |
EventPusher |
Receives |