Skip to content

Create tutorial for specifying and writing an async method builder #24972

Open
@BillWagner

Description

@BillWagner

See #24950 (comment)

These are advanced scenarios that can improve performance in specialized scenarios.

Begin by describing the scenarios for Task, Task<T> and ValueTask<T> using their default builders.

The next section should describe how to avoid some allocations by using the pooling async method builders that will be part of .NET 6.0.

Finally, a section can describe how you would write your own custom async methodbuilder.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions