[][src]Module timely::worker

The root of each single-threaded worker.

Structs

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.

Traits

AsWorker

Methods provided by the root Worker.