PooledAwait icon indicating copy to clipboard operation
PooledAwait copied to clipboard

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

Open ekalchev opened this issue 2 years ago • 1 comments

It seems .net team made a change in the latest .net frameworks https://github.com/dotnet/coreclr/pull/26310 which made ValueTask<T> allocation free. I wonder if using PooledAwait make sense if you are using .net 5 or higher?

ekalchev avatar Feb 20 '22 16:02 ekalchev