Module timely::worker[][src]

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 a Allocate, and has a list of dataflows that it manages.

Enums

ProgressMode

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

Traits

AsWorker

Methods provided by the root Worker.