mgravell/PooledAwait

Is this make sense to be used with the latest .net frameworks?

ekalchev opened this issue · 1 comments

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?

Would be interesting for me to know as well.