Expand description
Per-run state visible to host functions.
The plan-1 host fns global HostState does not carry per-run
context — the orchestrator does. Host fns that consult per-run
state read it from this OnceLock<Arc<OrchestratorState>> that
the orchestrator installs at the start of each run.
Structs§
- Orchestrator
State - Live state visible to every host fn while an orchestrator run is active.