Expand description
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.