Module timely::execute[][src]

Starts a timely dataflow execution from configuration information and per-worker logic.

Structs

Config

Configures the execution of a timely dataflow computation.

Functions

example

Executes a single-threaded timely dataflow computation.

execute

Executes a timely dataflow from a configuration and per-communicator logic.

execute_directly

Executes a single-threaded timely dataflow computation.

execute_from

Executes a timely dataflow from supplied allocators and logging.

execute_from_args

Executes a timely dataflow from supplied arguments and per-communicator logic.