Macro agnostic_async_executor::check_le[][src]

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

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