Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
Dmod.rs30 mod for_each; module
84 fn for_each<'a, F>( in for_each() method
Dfor_each.rs17 pub async fn for_each<P, F>(par_iter: P, f: F) -> Result<(), ScheduleError> in for_each() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dslab.rs197 pub fn for_each(&mut self, mut f: impl FnMut(&T)) { in for_each() method