Skip to main content

Module executor

Module executor 

Source
Expand description

Plan executor — walks ExecutionPlan trees and runs filter nodes.

Handles sequential, parallel (scoped threads), cached, remote, loop, and branch execution. Uses GraphInfo for topology-aware input resolution.

Structs§

Context
Execution context passed to filters during runtime.
GraphInfo
Graph topology information for input resolution.

Enums§

RunMode
What a run does to the nodes it visits.

Functions§

execute
Execute a compiled plan.