Skip to main content

Module global

Module global 

Expand description

Process-global access to the daemon’s ControlPlaneHandle.

Functions§

control_plane
The live control-plane, or None when not running under a booted daemon. Producers MUST treat None as “supervision disabled” and proceed exactly as today.
init_control_plane
Install the daemon’s control-plane handle. Called ONCE at boot (daemon::run). Subsequent calls are ignored (returns false), so a reload iteration cannot swap the live store out from under in-flight producers.