Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/iter/collect/
Dconsumer.rs6 pub(super) struct CollectConsumer<'c, T: Send> { struct
20 impl<'c, T: Send + 'c> CollectConsumer<'c, T> { argument
65 impl<'c, T: Send + 'c> Consumer<T> for CollectConsumer<'c, T> { implementation
71 let CollectConsumer { target } = self; in split_at() localVariable
132 impl<'c, T: Send + 'c> UnindexedConsumer<T> for CollectConsumer<'c, T> { implementation