Macro rings_core::poll
source · [−]macro_rules! poll {
( $func:expr, $ttl:expr ) => { ... };
}Expand description
for impl recursion, we need: func = fn(func: Function) { poll(); set_timeout(func, timeout, func); } set_timeout(func, timeout, func)