Macro rings_core::poll

source ·
macro_rules! poll {
    ( $func:expr, $ttl:expr ) => { ... };
}
Expand description

poll macro use for wasm futures and wait, act like async-await.