zrp2016

Results 3 comments of zrp2016

> 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...

> I don't know what you mean by "stunning", but you can overload the function to take an async callback. > > ```cs > public static async UniTask GetUTCSUniTask(Func callback)...

> > when forget using utcs.TrySetResult() > > Oh, the answer is in your title. Obviously if you never set the task it will never continue. Just don't forget to...