Skip to main content

get_or_create

Function get_or_create 

Source
pub fn get_or_create(session_id: u64) -> ScopeRef
Expand description

Return the scope for session_id, creating and registering it if absent. The first channel of a session creates it; a binding channel reuses it.