Function init_control_plane
pub fn init_control_plane(handle: ControlPlaneHandle) -> boolExpand description
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.