Expand description
LocalRunner — executes plans locally using the Executor.
This is the default runner. The worker’s RemoteRunner delegates here after preparing the environment (deserializing filters, resolving input).
Structs§
- Local
Runner - Executes plans locally — same logic for local and remote execution.