pub type SharedSessionRegistry = Arc<RwLock<SessionRegistry>>;Expand description
Thread-safe shared session registry.
Aliased Typeยง
pub struct SharedSessionRegistry { /* private fields */ }pub type SharedSessionRegistry = Arc<RwLock<SessionRegistry>>;Thread-safe shared session registry.
pub struct SharedSessionRegistry { /* private fields */ }