GLOBAL

Static GLOBAL 

Source
static GLOBAL: OnceLock<Arc<AgentProcessRegistry>>
Expand description

Host-wide registry, set once at startup. Exposed as a global so SubprocessController / PersistentSubprocessController can reach it without threading an Arc through every constructor + test site. Tests that don’t initialize it see None and silently skip tracker registration — the job-object spawn path no-ops cleanly.