865 Views
In this post I look at how the new Task.WaitAsync() API is implemented in .NET 6, looking at the internal types used to implement it. In my previous post, I showed how you could "cancel" an await Task call for a Task that didn't directly support cancellation by using the new WaitAsync() API in .NET 6.
0 comments