flowrlib

Module coordinator

Source
Expand description

Provides Coordinator responsible for coordinating the execution of flows submitted to it

Structs§

Coordinator
The Coordinator is responsible for coordinating the dispatching of jobs (consisting of a set of Input values and an Implementation of a Function) for execution, gathering the resulting Outputs and distributing output values to other connected function’s Inputs.