Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/iter/
Dempty.rs78 callback.callback(EmptyProducer(PhantomData)) in with_producer()
83 struct EmptyProducer<T: Send>(PhantomData<T>); struct
85 impl<T: Send> Producer for EmptyProducer<T> { implementation
95 (self, EmptyProducer(PhantomData)) in split_at()