//! Namespace identifiers for scheduler-scoped module registries.
//!
//! Namespaces isolate module registries while sharing atom tables, BIFs, and
//! the global process table.
use Arc;
use DashMap;
use crateModuleRegistry;
/// Identifier for a scheduler module namespace.
;
/// Store of module registries keyed by namespace id.
pub type NamespaceStore = ;