You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems .net team made a change in the latest .net frameworks dotnet/coreclr#26310
which made ValueTask<T> allocation free. I wonder if using PooledAwait make sense if you are using .net 5 or higher?
The text was updated successfully, but these errors were encountered:
ekalchev
changed the title
Is this still viable with latest .net frameworks?
Is this make sense to be used with the latest .net frameworks?
Feb 20, 2022
It seems .net team made a change in the latest .net frameworks dotnet/coreclr#26310
which made
ValueTask<T>
allocation free. I wonder if using PooledAwait make sense if you are using .net 5 or higher?The text was updated successfully, but these errors were encountered: