Question about proper CancellationToken usage within awaitable methods #110108
Labels
area-System.Threading.Tasks
question
Answer questions and provide assistance, not an issue with source code or documentation.
Given the following common usage of awaitable methods:
or since .NET 8.0:
do the .NET design guidelines consider
Method2Async
as having a bug? I haven't seen any official statements, so links to relevant documentation would be appreciated.The text was updated successfully, but these errors were encountered: