Expand description
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§
- A binary event pusher and iterator.
- A linked-list event pusher and iterator.
Enums§
- Data and progress events of the captured stream.
Traits§
- A EventIteratorCore specialized to vector-based containers.
- Iterates over contained
EventCore<T, D>
. - A EventPusherCore specialized to vector-based containers.
- Receives
EventCore<T, D>
events.
Type Aliases§
- Data and progress events of the captured stream, specialized to vector-based containers.