Skip to main content

GLOBAL_CHANNELS

Static GLOBAL_CHANNELS 

Source
static GLOBAL_CHANNELS: OnceLock<Mutex<HashMap<String, (Arc<Mutex<HashMap<String, ChannelEntry>>>, Arc<Mutex<bool>>)>>>
Expand description

Process-wide channel state registry, keyed by origin URL.

Stores per-origin in-memory channel maps and key provisioning state.