Skip to main content

find_scope

Function find_scope 

Source
pub fn find_scope(scope_id: u64) -> Option<TaskScope>
Expand description

Find a live TaskScope by its id.

Returns None if the scope has been dropped or the id is unknown.