flowrlib

Module executor

Source
Expand description

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

Structsยง

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