Skip to content

Can not use async block or async fn in async_std::future::select!. #387

Closed
@oblique

Description

@oblique

I would expect this to work:

async fn foo() {
}

async_std::future::select!(foo(), async { });

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions