Module flowrlib::coordinator

source ·
Expand description

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

Structs

  • 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.