Module flowrlib::executor

source ·
Expand description

Provides Executor that receives jobs for execution, executes them and returns results

Structs

  • An Executor struct is used to receive jobs, execute them and return results. It can load libraries and keep track of the Function Implementations loaded for use in job execution.