Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/
H A Dmod.rs55 pub struct ParIter<T: ParSplit> { struct
61 fn into_par_iter(self) -> ParIter<Self::Data> { in into_par_iter() argument
105 impl<T: ParSplit + Send> ParallelIterator for ParIter<T> { implementation