**Is your feature request related to a problem? Please describe.** Current macro dag not support generating asynchronous task. **Describe the solution you'd like** New feature like this: ```rust let d = dag!(async { println!("I am async task"); }); ```
Is your feature request related to a problem? Please describe.
Current macro dag not support generating asynchronous task.
Describe the solution you'd like
New feature like this: