Static base::id::PIPELINE_NAMESPACE_INSTALLER
source ยท static PIPELINE_NAMESPACE_INSTALLER: LazyLock<Arc<Mutex<PipelineNamespaceInstaller>>>
Expand description
A per-process unique pipeline-namespace-installer. Accessible via PipelineNamespace.
Use PipelineNamespace::set_installer_sender to initiate with a sender to the constellation, when a new process has been created.
Use PipelineNamespace::fetch_install to install a unique pipeline-namespace from the calling thread.