pub type SharedCollabHub = Arc<RwLock<CollaborationHub>>;Expand description
Thread-safe collaboration hub
Aliased Typeยง
pub struct SharedCollabHub { /* private fields */ }pub type SharedCollabHub = Arc<RwLock<CollaborationHub>>;Thread-safe collaboration hub
pub struct SharedCollabHub { /* private fields */ }