Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/scope/
Dmod.rs35 pub struct ScopeFifo<'scope> { struct
36 base: ScopeBase<'scope>,
37 fifos: Vec<JobFifo>,
465 impl<'scope> ScopeFifo<'scope> { impl
620 impl<'scope> fmt::Debug for ScopeFifo<'scope> { implementation