Skip to main content

SERVER_STATE

Static SERVER_STATE 

Source
pub(super) static SERVER_STATE: LazyLock<RwLock<HashMap<SessionID, ClientSession>>>
Expand description

The central, globally accessible repository of all authenticated client sessions. Maps a unique [SessionID] to its corresponding ClientSession.