Skip to main content

Module executor

Module executor 

Source
Expand description

Node executors — one per node kind. Each executor takes a WorkItem, runs the node logic, and returns a result.

Structs§

ExecutionResult

Traits§

NodeExecutor
Trait implemented by each node kind executor.

Type Aliases§

StreamEventSender
Channel sender for real-time streaming events from executors.