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.
macro_rules! poll {
( $func:expr, $ttl:expr ) => { ... };
}poll macro use for wasm futures and wait, act like async-await.