trigger_queue_check

Macro trigger_queue_check 

Source
macro_rules! trigger_queue_check {
    ($receiver:ident, $label:tt) => { ... };
}
Expand description

Auxiliary macro to check if channel receiver is empty so we can abort current iteration.