- Important Fix: can not close application in mono build
- Fix:
AsyncLazy
can not await multiple times when task is not completed - Fix:
UniTask.TimeoutWithoutException
does not supress exception - Fix:
UniTask.Delay
can not use from threadpool thread - Add:
UniTask.Run(Func<UniTask>) overload
- Improvement:
UniTaskCompletionSource
can await multiple times before completed(same behaviour asTaskCompletionSource
) - Breaking Changes: removed
UniTaskCompletionSource.Reset()