Commit Graph

  • 81f9c55c7f Add UniTask.Run(Func<UniTask>) overload neuecc 2020-06-18 03:27:26 +0900
  • 0640f278cc Fix AsyncLazy can not await multiple times when task is not completed neuecc 2020-06-18 03:02:01 +0900
  • 769b5c6bab UniTaskCompletionSource can await multiple times(same behaviour as TaskCompletionSource) neuecc 2020-06-18 02:34:56 +0900
  • bdd569e213 fix can not close application in mono build neuecc 2020-06-17 21:37:45 +0900
  • 5bfff5bc24 Subscribe ReadMe neuecc 2020-06-15 22:46:01 +0900
  • edf32496e4 re 2.0.18 neuecc 2020-06-15 15:29:12 +0900
  • 785f5837d1 Merge remote-tracking branch 'origin/master' neuecc 2020-06-15 15:28:29 +0900
  • 8c9272bc9f 2.0.18 neuecc 2020-06-15 15:26:28 +0900
  • 3e00735b3d Add AsUniTaskAsyncEnumerable/AsAsyncEnumerable in .NET Core neuecc 2020-06-15 15:23:25 +0900
  • 00a1be8666 await UnityWebRequestAsyncOperation throws UnityWebRequestException when isHttpError or isNetworkError neuecc 2020-06-15 15:23:07 +0900
  • a2783d3c8a yes meta neuecc 2020-06-15 12:29:46 +0900
  • 85d1a8a4a4
    Update README.md Yoshifumi Kawai 2020-06-14 15:44:40 +0900
  • bbfb8354bb 2.0.17 2.0.17 neuecc 2020-06-14 15:32:37 +0900
  • 2f68e47443
    Merge pull request #92 from yashihei/fix-cancellation-token Yoshifumi Kawai 2020-06-14 15:08:37 +0900
  • 89339ffb29 Fixed CancelationToken not being passed correctly yashihei 2020-06-14 06:11:40 +0900
  • 0535862fe6 Merge remote-tracking branch 'origin/master' neuecc 2020-06-13 18:58:56 +0900
  • a9e5fd4589 Add UniTaskAsyncEnumerable.Subscribe neuecc 2020-06-13 18:58:43 +0900
  • a3f3a28ea1
    Update README.md Yoshifumi Kawai 2020-06-12 17:18:31 +0900
  • 59020df965
    Update README.md Yoshifumi Kawai 2020-06-12 17:18:22 +0900
  • ac01be79bf
    Update README.md Yoshifumi Kawai 2020-06-12 16:59:14 +0900
  • de5951f208 lock q neuecc 2020-06-12 10:46:29 +0900
  • ded9a561db 2.0.16 2.0.16 neuecc 2020-06-12 03:16:06 +0900
  • a2c18eb343 AsyncReactiveProperty document neuecc 2020-06-11 23:50:13 +0900
  • 0b27c3a342 Merge remote-tracking branch 'origin/master' neuecc 2020-06-11 23:32:00 +0900
  • 9c86cfb508 Add IDisposable.AddTo(cancellationToken) neuecc 2020-06-11 23:31:55 +0900
  • 7e5e6ed6c2
    Update README.md Yoshifumi Kawai 2020-06-11 20:21:51 +0900
  • d081e5f40b
    Update README.md Yoshifumi Kawai 2020-06-11 17:48:41 +0900
  • 344ae0738c docs: update TOC neuecc 2020-06-11 08:44:42 +0000
  • 1b553f67b0 compare table neuecc 2020-06-11 17:44:22 +0900
  • bf0adad427 test for IL2CPP bug neuecc 2020-06-11 17:10:29 +0900
  • 11ca42a527 Merge remote-tracking branch 'origin/master' neuecc 2020-06-11 16:43:11 +0900
  • 4898e4c7bf Add (I/ReadOnly)AsyncReactiveProperty.WaitAsync neuecc 2020-06-11 16:42:59 +0900
  • d494e0b9e3
    Merge pull request #88 from guitarrapc/master Yoshifumi Kawai 2020-06-11 14:35:12 +0900
  • be26ab249b chore: strict filter Ikiru Yoshizaki 2020-06-10 18:09:58 +0900
  • 611d8d5513 chore: filter build-unity to be run on Cysharp only Ikiru Yoshizaki 2020-06-10 17:50:08 +0900
  • 95c93b7c3d
    Merge pull request #87 from guitarrapc/master Yoshifumi Kawai 2020-06-10 17:07:56 +0900
  • 1dd0c49eec faet: android il2cpp Ikiru Yoshizaki 2020-06-10 13:06:45 +0900
  • 5d8e0e61ad workaround for IL2CPP bug, back to zero allocation neuecc 2020-06-10 11:36:58 +0900
  • 478126e256 v neuecc 2020-06-09 15:06:34 +0900
  • 80704e489d Merge branch 'fix-il2cpp' 2.0.15 neuecc 2020-06-09 14:52:23 +0900
  • 3c0aa03643 if def neuecc 2020-06-09 14:52:04 +0900
  • 37cd00d347 2.0.15? neuecc 2020-06-09 12:16:28 +0900
  • 859c4d706f logging neuecc 2020-06-09 12:00:12 +0900
  • 7289fe6e25 ToCoroutine throws exception when error detected neuecc 2020-06-09 11:26:03 +0900
  • 0c33977f5a timer and delay skip current frame neuecc 2020-06-09 11:25:45 +0900
  • 4d4466e801 Add UniTask.WaitForFixedUpdate neuecc 2020-06-08 02:22:10 +0900
  • 79330d7cdb ReadMe neuecc 2020-06-08 01:50:20 +0900
  • 680ce1098b ReadMe neuecc 2020-06-08 01:45:57 +0900
  • 2337d705ec WithCancellation uses native timing of asyncOperation neuecc 2020-06-08 01:45:41 +0900
  • d2880a818f Add UniTask.NextFrame, UniTask.WaitForEndOfFrame neuecc 2020-06-08 01:44:31 +0900
  • 86ea128bf4 t4gen neuecc 2020-06-08 00:30:27 +0900
  • a66f378622 // for CI neuecc 2020-06-07 00:27:33 +0900
  • 265f88584b store application.datapath on initialize #86 neuecc 2020-06-06 14:21:31 +0900
  • 686394c861 2.0.14 pkg version 2.0.14 neuecc 2020-06-05 17:16:34 +0900
  • 8bad158ab4 fix ci neuecc 2020-06-05 17:05:36 +0900
  • 5e59e7ec86 netstandard2.0 support #84 neuecc 2020-06-05 16:45:40 +0900
  • 8bb0a48720 workaround for struct enumerator await neuecc 2020-06-05 15:08:13 +0900
  • b4468b4eba improve DOTween Extensions neuecc 2020-06-05 12:32:16 +0900
  • 0725bd1b30 Merge remote-tracking branch 'origin/master' neuecc 2020-06-05 00:44:16 +0900
  • ebd80243e0 Fix UniTask.ReturnToCurrentSynchronizationContext neuecc 2020-06-05 00:43:54 +0900
  • f1ac469058 Fix UniTask.Defer neuecc 2020-06-05 00:43:03 +0900
  • 2e0b603d25 docs: update TOC neuecc 2020-06-04 08:54:24 +0000
  • 1d90a40f66 more ReadMe neuecc 2020-06-04 17:53:57 +0900
  • 1bec3f507e
    Merge pull request #75 from Cysharp/feature/docs Mayuki Sawatari 2020-06-04 16:16:03 +0900
  • 1d5ecbb3ab Include sub-directory source codes Mayuki Sawatari 2020-05-13 11:42:05 +0900
  • e1a4aeb9da Update toc.yml Mayuki Sawatari 2020-05-13 11:09:24 +0900
  • 43f1bb4d85 Generate and publish documentation to GitHub Pages Mayuki Sawatari 2020-05-13 11:05:54 +0900
  • 8b7a0e9b15
    Update README.md Yoshifumi Kawai 2020-06-04 15:31:42 +0900
  • da329e19d1 CI more 2.0.13 neuecc 2020-06-04 15:24:09 +0900
  • b8260d4e91
    Merge pull request #61 from Cysharp/unitask2 Yoshifumi Kawai 2020-06-04 15:17:19 +0900
  • 345e32aaf0 CI again neuecc 2020-06-04 15:14:40 +0900
  • d7bef8c5b5 setup release neuecc 2020-06-04 15:11:51 +0900
  • b2f82df4d3 fix action neuecc 2020-06-04 14:58:11 +0900
  • 83596b3d1f docs: update TOC neuecc 2020-06-04 05:53:07 +0000
  • 0022598a1c readme neuecc 2020-06-04 14:52:42 +0900
  • f4294d3752 Task Pool moved from Internal neuecc 2020-06-04 14:52:36 +0900
  • a1444c0b39 refactor DistinctUntilChanged neuecc 2020-06-03 02:03:31 +0900
  • e1d5359d73 refactor Where neuecc 2020-06-03 01:18:39 +0900
  • 239bf749b6 refactor UniTaskAsyncEnumerable.Select neuecc 2020-06-03 00:50:39 +0900
  • 2bf3b1e172 pj neuecc 2020-06-02 23:27:42 +0900
  • d225de201f gitignore neuecc 2020-06-02 23:00:47 +0900
  • c3b8a3852d UniTask.Linq.asmdef neuecc 2020-06-02 23:00:20 +0900
  • c31dab888e fix UnITaskTracker causes Stackoverflow neuecc 2020-06-02 22:49:40 +0900
  • d4cf59bd2f CI neuecc 2020-06-01 14:50:25 +0900
  • d5edc3acd3 guard for trigger invalid ops neuecc 2020-06-01 13:51:37 +0900
  • 130286e8c2 TriggerEvent becomes linkedlist neuecc 2020-06-01 13:40:35 +0900
  • a9baa52309 Add ReturnToMainThread, ReturnToSynchronizationContext, ReturnToCurrentSynchronizationContext neuecc 2020-05-31 04:30:03 +0900
  • 3001996298 Q check neuecc 2020-05-31 04:28:05 +0900
  • bfcd18aabb MoveNextRunner -> StateMachineRunner neuecc 2020-05-29 14:35:50 +0900
  • 96aa299e7e support version -> unity 2018.4 neuecc 2020-05-29 14:25:26 +0900
  • 24faa34418 TaskPoolMonitor -> TaskPool neuecc 2020-05-29 03:58:22 +0900
  • 21bf08a6b3 replace all promisepool to new taskpool system 2.0.12-rc9 neuecc 2020-05-29 03:43:18 +0900
  • d5db96b913 rename StackNode to TaskPool neuecc 2020-05-29 02:08:11 +0900
  • a8455af16d Improve pooling mechanism neuecc 2020-05-29 01:22:46 +0900
  • 2290b14532 reduce AsyncBuilder heap allocation neuecc 2020-05-28 22:20:06 +0900
  • 90c5a6311b check il2cpp generics limitation neuecc 2020-05-28 21:18:35 +0900
  • 6e0ad3623b non public neuecc 2020-05-27 09:16:46 +0900
  • 005e02a1fa sealed neuecc 2020-05-27 07:39:19 +0900
  • 10fb8060fa use PooledDelegate to avoid convert Action to Action<AsyncOperation> allocation neuecc 2020-05-27 07:37:16 +0900
  • 35b933730b 2.0.11-rc8 2.0.11-rc8 neuecc 2020-05-25 19:44:57 +0900