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.