Skip to content

WaitAsync extension methods on ValueTask and ValueTask{OfT} #173

@N1K0232

Description

@N1K0232

As shown in the TaskExtensions file we have two extensions methods for the Task and Task{OfT} types, provided for the .NET Standard 2.0 environment.

Isn't it better to provide the same extensions methods for the ValueTask and ValueTask{OfT} types, just in case someone needs to use the ValueTask instead of Task?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions