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

Allocations in async method, maybe awaits #4

Open
controlflow opened this issue May 21, 2014 · 2 comments
Open

Allocations in async method, maybe awaits #4

controlflow opened this issue May 21, 2014 · 2 comments

Comments

@controlflow
Copy link
Owner

No description provided.

@controlflow
Copy link
Owner Author

ValueTask<T> awaits usually do not allocates...
Do we care about allocations in async code at all?

@ForNeVeR
Copy link

Ideally we should. I'd expect from the Heap Allocation plugin to show me a difference between async code that uses ValueTask in right (= non-allocating) and wrong (= allocating) ways.

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

No branches or pull requests

2 participants