Expand description
Provides Executor that receives jobs for execution, executes them and returns results
Structs
- An
Executorstruct is used to receive jobs, execute them and return results. It can load libraries and keep track of theFunctionImplementationsloaded for use in job execution.