Function crossbeam_channel::select::try_select
source ยท pub fn try_select<'a>(
handles: &mut [(&'a dyn SelectHandle, usize, *const u8)],
is_biased: bool,
) -> Result<SelectedOperation<'a>, TrySelectError>
Expand description
Attempts to select one of the operations without blocking.