pub fn find_scope(scope_id: u64) -> Option<TaskScope>
Find a live TaskScope by its id.
TaskScope
Returns None if the scope has been dropped or the id is unknown.
None