Module timely::worker

source ·
Expand description

The root of each single-threaded worker.

Structs§

  • Worker configuration.
  • 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§

  • Different ways in which timely’s progress tracking can work.

Traits§

  • Methods provided by the root Worker.