Function tokio::sync::mpsc::block::is_ready

source ·
fn is_ready(bits: usize, slot: usize) -> bool
Expand description

Returns true if the specified slot has a value ready to be consumed.