Home
last modified time | relevance | path

Searched defs:ScopeBase (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rayon-core/src/scope/
Dmod.rs40 struct ScopeBase<'scope> { struct
44 owner_thread_index: usize,
47 registry: Arc<Registry>,
51 panic: AtomicPtr<Box<dyn Any + Send + 'static>>,
54 job_completed_latch: CountLatch,
60 marker: PhantomData<Box<dyn FnOnce(&Scope<'scope>) + Send + Sync + 'scope>>,
512 impl<'scope> ScopeBase<'scope> { implementation