Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/iter/
Dproduct.rs19 struct ProductConsumer<P: Send> { struct
23 unsafe impl<P: Send> Send for ProductConsumer<P> {} implementation
25 impl<P: Send> ProductConsumer<P> { impl
33 impl<P, T> Consumer<T> for ProductConsumer<P> implementation
60 impl<P, T> UnindexedConsumer<T> for ProductConsumer<P> implementation
73 impl<P> Reducer<P> for ProductConsumer<P> implementation