Fix UnityEventHandlerAsyncEnumerator cancellation by adarapata · Pull Request #418 · Cysharp/UniTask

refs #365 The error in the above issue occurred during the next implementation. _button.OnClickAsAsyncEnumerable() .ForEachAsync(_ => print("push")), token) .Forget(); This may be due to ...