Macro agnostic_async_executor::check_lt[][src]

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

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