关于[Cancelling await calls in .NET 6 with Task.WaitAsync()]的摘要:
In this post I discuss the new Task.WaitAsync() APIs introduced in .NET 6, how you can use them to "cancel" an await call, and how they can replace other approaches you may be using currently.
原文地址: https://andrewlock.net/cancelling-await-calls-in-dotnet-6-with-task-waitasync/