Function crossbeam_channel::select::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.