Is it acceptable to use “while(!token.IsCancellationRequested)” as the test for a while loop?

前端 未结 0 1241
被撕碎了的回忆
被撕碎了的回忆 2021-02-02 10:12

C# Windows UWP project

I have implemented CancellationTokenSource and CancellationToken in an async method that calls another method that is a while loop which maintains

相关标签:
回答
  • 消灭零回复
提交回复
热议问题