Module flowrlib::job

source ·
Expand description

Provides Job that holds jobs before and after their execution

Structs

  • A Job contains the information necessary to manage the execution of a function in the flow on a set of input values, and then where to send the outputs that maybe produces.
  • Conatins the minimum amount of information required to execute a Job and return the result