Home
last modified time | relevance | path

Searched refs:ClonedProducer (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rayon/src/iter/
Dcloned.rs86 let producer = ClonedProducer { base }; in with_producer()
95 struct ClonedProducer<P> { struct
99 impl<'a, T, P> Producer for ClonedProducer<P> implementation
122 ClonedProducer { base: left }, in split_at()
123 ClonedProducer { base: right }, in split_at()