rumtk_create_task

Macro rumtk_create_task 

Source
macro_rules! rumtk_create_task {
    ( $func:expr ) => { ... };
    ( $func:expr, $args:expr ) => { ... };
}
Expand description

This macro creates an async body that calls the async closure and awaits it.