task

Macro task 

Source
macro_rules! task {
    ($task:expr) => { ... };
}
Expand description

Create a task from an async code block.