rustc_
data_
structures
1.84.0-nightly
(90ab8eaed 2024-11-14)
In rustc_
data_
structures::
sync::
parallel
rustc_data_structures
::
sync
::
parallel
Function
scope
Copy item path
Source
pub fn scope<'scope, OP, R>(op: OP) -> R
where OP:
FnOnce
(&
Scope
<'scope>) -> R +
DynSend
, R:
DynSend
,