Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
BillWagner opened this issue Jul 2, 2021 · 1 comment
Open

Comments

@BillWagner
Copy link
Member

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.

@BillWagner
Copy link
Member Author

Putting this one into the backlog. At this time, there is a limited audience for this tutorial. We'll keep this open, and watch for requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant