Expand description
The root of each single-threaded worker.
Structs§
- Config
- Worker configuration.
- Worker
- A
Worker
is the entry point to a timely dataflow computation. It wraps aAllocate
, and has a list of dataflows that it manages.
Enums§
- Progress
Mode - Different ways in which timely’s progress tracking can work.
Traits§
- AsWorker
- Methods provided by the root Worker.