Searched defs:ScopeBase (Results 1 – 1 of 1) sorted by relevance
42 struct ScopeBase<'scope> { struct45 registry: Arc<Registry>,49 panic: AtomicPtr<Box<dyn Any + Send + 'static>>,52 job_completed_latch: CountLatch,58 marker: PhantomData<Box<dyn FnOnce(&Scope<'scope>) + Send + Sync + 'scope>>,622 impl<'scope> ScopeBase<'scope> { implementation