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.
macro_rules! rumtk_create_task {
( $func:expr ) => { ... };
( $func:expr, $args:expr ) => { ... };
}
This macro creates an async body that calls the async closure and awaits it.