Sai
Results
2
comments of
Sai
Set the coroutine object to null after stopping it. This test, based on your code, will succeed. However one extra iteration of the while loop will run after stopping the...
I can confirm these tests fail. While the tasks are indeed cancelled, they neither throw a Cancellation exception nor return the proper bool value when the exception is suppressed. ```csharp...