Expand description
Node executors — one per node kind. Each executor takes a WorkItem, runs the node logic, and returns a result.
Structs§
Traits§
- Node
Executor - Trait implemented by each node kind executor.
Type Aliases§
- Stream
Event Sender - Channel sender for real-time streaming events from executors.