Crate timely_util

Source

Modules§

ec2
experiment
generators
operators
perf

Structs§

Child
A Child wraps a Subgraph and a parent G: Scope. It manages the addition of Operates to a subgraph, and the connection of edges between them.
Duration
A Duration type to represent a span of time, typically used for system timeouts.
Pipeline
A direct connection
Stream
Abstraction of a stream of D: Data records timestamped with S::Timestamp.
SystemTime
A measurement of the system clock, useful for talking to external entities like the file system or other processes.
Thread
An allocator for intra-thread communication.
Worker
A Worker is the entry point to a timely dataflow computation. It wraps a Allocate, and has a list of dataflows that it manages.

Enums§

Generic
Enumerates known implementors of Allocate. Passes trait method calls on to members.

Traits§

Data
A composite trait for types usable as data in timely dataflow.
Scope
The fundamental operations required to add and connect operators in a timely dataflow graph.
Timestamp
A composite trait for types that serve as timestamps in timely dataflow.