Skip to main content

Module executor

Module executor 

Source
Expand description

Executor abstraction for running node attempts.

The Executor trait allows plugging in different execution strategies (in-process, external job queue, etc.) without changing graph logic.

Structs§

InProcessExecutor
Default executor: runs nodes directly in the current tokio runtime.

Traits§

Executor
Trait for executing individual node attempts.