Skip to main content

SharedCollabHub

Type Alias SharedCollabHub 

Source
pub type SharedCollabHub = Arc<RwLock<CollaborationHub>>;
Expand description

Thread-safe collaboration hub

Aliased Typeยง

pub struct SharedCollabHub { /* private fields */ }