2 ms·
I'm not sure what you mean exactly? Here is the "Runtime async" section: https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-11/#runtime-asyn
by SideburnsOfDoom 9d ago
I'm not sure what you mean exactly?
Here is the "Runtime async" section: https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-11/#runtime-async https://devblogs.microsoft.com/dotnet/performance-improvemen...
I'm not sure if this will surface as an "enabled by default" feature in .NET 11 - indeed there may not be a final decision on that yet. But it is an active area of work that will arrive sooner or later.
- afdbcreid 9d ago`AsyncMethodBuilder` is a way to declare async methods that return your own task types. AFAIK it is not supported with the current runtime async, and maybe never will be - it's quite hard to support, I believe.