Skip to main content

SharedSessionRegistry

Type Alias SharedSessionRegistry 

Source
pub type SharedSessionRegistry = Arc<RwLock<SessionRegistry>>;
Expand description

Thread-safe shared session registry.

Aliased Typeยง

pub struct SharedSessionRegistry { /* private fields */ }