rustc_
data_
structures
1.86.0-beta.5
(b2af9a598 2025-03-08)
In rustc_
data_
structures::
sync::
parallel
Structs
ParallelGuard
Functions
join
par_for_each_in
par_map
parallel_guard
scope
serial_join
try_par_for_each_in
rustc_data_structures
::
sync
::
parallel
Function
scope
Copy item path
Settings
Help
Summary
Source
pub fn scope<'scope, OP, R>(op: OP) -> R
where OP:
FnOnce
(&
Scope
<'scope>) -> R +
DynSend
, R:
DynSend
,