Static MESH_BOOTSTRAP_ENABLE_PDEATHSIG

Source
pub static MESH_BOOTSTRAP_ENABLE_PDEATHSIG: Key<bool>
Expand description

If enabled (default), bootstrap child processes install PR_SET_PDEATHSIG(SIGKILL) so the kernel reaps them if the parent dies unexpectedly. This is a production safety net against leaked children; tests usually disable it via std::env::set_var("HYPERACTOR_MESH_BOOTSTRAP_ENABLE_PDEATHSIG", "false").