Macro agnostic_async_executor::check_ge[][src]

macro_rules! check_ge {
    ($helper:expr, $a:expr, $b:expr) => { ... };
}

A check macro variant that performs the a >= b operation while providing useful information TODO Example