Macro delay_timer::create_async_fn_body[][src]

macro_rules! create_async_fn_body {
    ($async_body:block) => { ... };
    (($($capture_variable:ident),+)$async_body:block) => { ... };
}
Expand description

Create a closure that return a DelayTaskHandel by macro.