Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/rayon-core/src/scope/
Dmod.rs42 struct ScopeBase<'scope> { struct
45 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