Commit Graph

  • 1194c38568 Add AsyncGPUReadbackRequest await support neuecc 2020-06-28 17:59:03 +09:00
  • f0d2ee2beb typo neuecc 2020-06-26 17:57:27 +09:00
  • 68cdda086a async UniTaskVoid Start neuecc 2020-06-26 17:53:07 +09:00
  • 75fe7cbc60 deploy: 50bdf7460c neuecc 2020-06-25 14:04:27 +00:00
  • 54ceca6ceb R 2.0.21 neuecc 2020-06-25 23:03:13 +09:00
  • 50bdf7460c 2.0.21 neuecc 2020-06-25 23:02:40 +09:00
  • c06e45d0bb ToCancellationToken(linkeToken) neuecc 2020-06-25 23:02:30 +09:00
  • 3ed6e28a00 Removed Timeout(bool ignoreTimeScale), changed to Timeout(DelayType delayType) neuecc 2020-06-25 22:35:55 +09:00
  • ab76098895 Removed CancelAfterSlim(bool ignoreTimeScale), changed to CancelAfterSlim(DelayType delayType) neuecc 2020-06-25 22:35:35 +09:00
  • 0a447e43b0 Add UniTask.ToCancellationToken neuecc 2020-06-25 22:34:45 +09:00
  • 8df44f2768 Remove UniTask.DelayRealtime, Add UniTask.Delay(DelayType) overload neuecc 2020-06-25 22:15:44 +09:00
  • a7ec64d644 more 20 neuecc 2020-06-24 05:09:00 +09:00
  • 6e4878d458 deploy: 868e104d85 neuecc 2020-06-23 20:06:02 +00:00
  • 868e104d85 2.0.20 2.0.20 neuecc 2020-06-24 05:04:18 +09:00
  • 7ced7f5764 separate external assemblies, add TMP_InputField extensions neuecc 2020-06-24 05:04:09 +09:00
  • 12b39c6ba1 Add UniTask.DelayRealtime neuecc 2020-06-24 01:40:43 +09:00
  • 93df9d7693 Prevent -> Preserve in ReadMe neuecc 2020-06-21 23:11:47 +09:00
  • 3980f314fa Fix UnityWebRequestExtensions obsolete warning in Unity 2020.2 neuecc 2020-06-19 16:46:30 +09:00
  • c2538da1cd Improve UnityWebRequestError performance neuecc 2020-06-19 16:45:55 +09:00
  • 5ed943bca2 Add UniTask.Post neuecc 2020-06-19 16:42:05 +09:00
  • 46ef8c4fd5 deploy: d6a0563319 neuecc 2020-06-17 18:41:38 +00:00
  • d6a0563319 ready 2.0.19 2.0.19 neuecc 2020-06-18 03:39:44 +09:00
  • af82a94b87 Fix TimeoutWithoutException does not suppress exception neuecc 2020-06-18 03:30:53 +09:00
  • 82219e6111 Fix UniTask.Delay does not run on threadpool thread neuecc 2020-06-18 03:28:03 +09:00
  • 81f9c55c7f Add UniTask.Run(Func<UniTask>) overload neuecc 2020-06-18 03:27:26 +09:00
  • 0640f278cc Fix AsyncLazy can not await multiple times when task is not completed neuecc 2020-06-18 03:02:01 +09:00
  • 769b5c6bab UniTaskCompletionSource can await multiple times(same behaviour as TaskCompletionSource) neuecc 2020-06-18 02:34:56 +09:00
  • bdd569e213 fix can not close application in mono build neuecc 2020-06-17 21:37:45 +09:00
  • 5bfff5bc24 Subscribe ReadMe neuecc 2020-06-15 22:46:01 +09:00
  • d2198bfa50 deploy: edf32496e4 neuecc 2020-06-15 06:30:44 +00:00
  • edf32496e4 re 2.0.18 neuecc 2020-06-15 15:29:12 +09:00
  • 785f5837d1 Merge remote-tracking branch 'origin/master' neuecc 2020-06-15 15:28:29 +09:00
  • 8c9272bc9f 2.0.18 neuecc 2020-06-15 15:26:28 +09:00
  • 3e00735b3d Add AsUniTaskAsyncEnumerable/AsAsyncEnumerable in .NET Core neuecc 2020-06-15 15:23:25 +09:00
  • 00a1be8666 await UnityWebRequestAsyncOperation throws UnityWebRequestException when isHttpError or isNetworkError neuecc 2020-06-15 15:23:07 +09:00
  • a2783d3c8a yes meta neuecc 2020-06-15 12:29:46 +09:00
  • 85d1a8a4a4 Update README.md Yoshifumi Kawai 2020-06-14 15:44:40 +09:00
  • bbfb8354bb 2.0.17 2.0.17 neuecc 2020-06-14 15:32:37 +09:00
  • 2f68e47443 Merge pull request #92 from yashihei/fix-cancellation-token Yoshifumi Kawai 2020-06-14 15:08:37 +09:00
  • 89339ffb29 Fixed CancelationToken not being passed correctly yashihei 2020-06-14 06:11:40 +09:00
  • 528bf4ed2c deploy: 0535862fe6 neuecc 2020-06-13 10:00:29 +00:00
  • 0535862fe6 Merge remote-tracking branch 'origin/master' neuecc 2020-06-13 18:58:56 +09:00
  • a9e5fd4589 Add UniTaskAsyncEnumerable.Subscribe neuecc 2020-06-13 18:58:43 +09:00
  • a3f3a28ea1 Update README.md Yoshifumi Kawai 2020-06-12 17:18:31 +09:00
  • 59020df965 Update README.md Yoshifumi Kawai 2020-06-12 17:18:22 +09:00
  • ac01be79bf Update README.md Yoshifumi Kawai 2020-06-12 16:59:14 +09:00
  • de5951f208 lock q neuecc 2020-06-12 10:46:29 +09:00
  • ded9a561db 2.0.16 2.0.16 neuecc 2020-06-12 03:16:06 +09:00
  • 9ca82fa7eb deploy: a2c18eb343 neuecc 2020-06-11 14:51:33 +00:00
  • a2c18eb343 AsyncReactiveProperty document neuecc 2020-06-11 23:50:13 +09:00
  • 0b27c3a342 Merge remote-tracking branch 'origin/master' neuecc 2020-06-11 23:32:00 +09:00
  • 9c86cfb508 Add IDisposable.AddTo(cancellationToken) neuecc 2020-06-11 23:31:55 +09:00
  • 7e5e6ed6c2 Update README.md Yoshifumi Kawai 2020-06-11 20:21:51 +09:00
  • d081e5f40b Update README.md Yoshifumi Kawai 2020-06-11 17:48:41 +09:00
  • 344ae0738c docs: update TOC neuecc 2020-06-11 08:44:42 +00:00
  • 1b553f67b0 compare table neuecc 2020-06-11 17:44:22 +09:00
  • bf0adad427 test for IL2CPP bug neuecc 2020-06-11 17:10:29 +09:00
  • df7f58c3be deploy: 11ca42a527 neuecc 2020-06-11 07:44:40 +00:00
  • 11ca42a527 Merge remote-tracking branch 'origin/master' neuecc 2020-06-11 16:43:11 +09:00
  • 4898e4c7bf Add (I/ReadOnly)AsyncReactiveProperty.WaitAsync neuecc 2020-06-11 16:42:59 +09:00
  • d494e0b9e3 Merge pull request #88 from guitarrapc/master Yoshifumi Kawai 2020-06-11 14:35:12 +09:00
  • be26ab249b chore: strict filter Ikiru Yoshizaki 2020-06-10 18:09:58 +09:00
  • 611d8d5513 chore: filter build-unity to be run on Cysharp only Ikiru Yoshizaki 2020-06-10 17:50:08 +09:00
  • 95c93b7c3d Merge pull request #87 from guitarrapc/master Yoshifumi Kawai 2020-06-10 17:07:56 +09:00
  • 1dd0c49eec faet: android il2cpp Ikiru Yoshizaki 2020-06-10 13:06:45 +09:00
  • 5d8e0e61ad workaround for IL2CPP bug, back to zero allocation neuecc 2020-06-10 11:36:58 +09:00
  • 478126e256 v neuecc 2020-06-09 15:06:34 +09:00
  • 505f9c97b0 deploy: 80704e489d neuecc 2020-06-09 05:54:08 +00:00
  • 80704e489d Merge branch 'fix-il2cpp' 2.0.15 neuecc 2020-06-09 14:52:23 +09:00
  • 3c0aa03643 if def neuecc 2020-06-09 14:52:04 +09:00
  • 37cd00d347 2.0.15? fix-il2cpp neuecc 2020-06-09 12:16:28 +09:00
  • 859c4d706f logging test_il2cpp neuecc 2020-06-09 12:00:12 +09:00
  • 7289fe6e25 ToCoroutine throws exception when error detected neuecc 2020-06-09 11:26:03 +09:00
  • 0c33977f5a timer and delay skip current frame neuecc 2020-06-09 11:25:45 +09:00
  • 7f86dcaa64 deploy: 4d4466e801 neuecc 2020-06-07 17:24:11 +00:00
  • 4d4466e801 Add UniTask.WaitForFixedUpdate neuecc 2020-06-08 02:22:10 +09:00
  • 79330d7cdb ReadMe neuecc 2020-06-08 01:50:20 +09:00
  • b2258f9815 deploy: 680ce1098b neuecc 2020-06-07 16:47:36 +00:00
  • 680ce1098b ReadMe neuecc 2020-06-08 01:45:57 +09:00
  • 2337d705ec WithCancellation uses native timing of asyncOperation neuecc 2020-06-08 01:45:41 +09:00
  • d2880a818f Add UniTask.NextFrame, UniTask.WaitForEndOfFrame neuecc 2020-06-08 01:44:31 +09:00
  • 86ea128bf4 t4gen neuecc 2020-06-08 00:30:27 +09:00
  • a66f378622 // for CI neuecc 2020-06-07 00:27:33 +09:00
  • 265f88584b store application.datapath on initialize #86 neuecc 2020-06-06 14:21:31 +09:00
  • 686394c861 2.0.14 pkg version 2.0.14 neuecc 2020-06-05 17:16:34 +09:00
  • 8bad158ab4 fix ci neuecc 2020-06-05 17:05:36 +09:00
  • 5e59e7ec86 netstandard2.0 support #84 neuecc 2020-06-05 16:45:40 +09:00
  • df4c0617f9 deploy: 8bb0a48720 neuecc 2020-06-05 06:09:47 +00:00
  • 8bb0a48720 workaround for struct enumerator await neuecc 2020-06-05 15:08:13 +09:00
  • b4468b4eba improve DOTween Extensions neuecc 2020-06-05 12:32:16 +09:00
  • 0725bd1b30 Merge remote-tracking branch 'origin/master' neuecc 2020-06-05 00:44:16 +09:00
  • ebd80243e0 Fix UniTask.ReturnToCurrentSynchronizationContext neuecc 2020-06-05 00:43:54 +09:00
  • f1ac469058 Fix UniTask.Defer neuecc 2020-06-05 00:43:03 +09:00
  • 2e0b603d25 docs: update TOC neuecc 2020-06-04 08:54:24 +00:00
  • 1d90a40f66 more ReadMe neuecc 2020-06-04 17:53:57 +09:00
  • 1bec3f507e Merge pull request #75 from Cysharp/feature/docs Mayuki Sawatari 2020-06-04 16:16:03 +09:00
  • 0be0549ccc deploy: 1d5ecbb3ab mayuki 2020-06-04 06:48:57 +00:00
  • 1d5ecbb3ab Include sub-directory source codes Mayuki Sawatari 2020-05-13 11:42:05 +09:00
  • e1a4aeb9da Update toc.yml Mayuki Sawatari 2020-05-13 11:09:24 +09:00
  • 43f1bb4d85 Generate and publish documentation to GitHub Pages Mayuki Sawatari 2020-05-13 11:05:54 +09:00