turbo_
tasks
0.1.0
In turbo_
tasks::
parallel
turbo_tasks
::
parallel
Function
for_each
Copy item path
Source
pub fn for_each<'l, T, F>(items: &'l
[T]
, f: F)
where T:
Sync
, F:
Fn
(
&'l T
) +
Send
+
Sync
,