rustc_
data_
structures
1.84.0-dev
In rustc_
data_
structures::
sync::
parallel::
enabled
Functions
join
par_for_each_in
par_map
scope
try_par_for_each_in
rustc_data_structures
::
sync
::
parallel
::
enabled
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
,