Skip to main content
broadcast
rustc_
data_
structures
1.99.0-nightly
(4461b085f 2026-08-21) (Ferrocene nightly by Ferrous Systems)
In rustc_
data_
structures::
sync
rustc_data_structures
::
sync
Function
broadcast
Copy item path
Source
pub fn broadcast<R:
DynSend
>(op: impl
Fn
(
usize
) -> R +
DynSync
) ->
Vec
<R>