Skip to content

[feat][core] dag macro support generating asynchronous task #3

@fangyinc

Description

@fangyinc

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:

    let d = dag!(async {
        println!("I am async task");
    });

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions