rustc_data_structures
1.78.0-dev
In rustc_data_structures::sync::parallel::enabled
?
Function
rustc_data_structures
::
sync
::
parallel
::
enabled
::
scope
source
·
[
−
]
pub fn scope<'scope, OP, R>(op: OP) -> R
where OP:
FnOnce
(&
Scope
<'scope>) -> R +
DynSend
, R:
DynSend
,