crossbeam_channel::select

Function select

Source
pub fn select<'a>(
    handles: &mut [(&'a dyn SelectHandle, usize, *const u8)],
    is_biased: bool,
) -> SelectedOperation<'a>
Expand description

Blocks until one of the operations becomes ready and selects it.