Commit Graph

  • 6db872236e Fix test hadashiA 2023-09-09 10:16:01 +0900
  • ba7e676c6f Fix test hadashiA 2023-09-09 09:05:06 +0900
  • 6e99accf99 Fix race condition (todo: too wide lock range?) hadashiA 2023-09-08 23:38:34 +0900
  • b195df9773 Update README hadashiA 2023-09-08 20:03:08 +0900
  • f303d9d7e8 Add UniTaskAsyncEnumerable.Merge hadashiA 2023-09-08 13:04:10 +0900
  • 62a2a2e8f9 Use always innerException for Task.AsUniTask hadashiA 2023-09-08 18:43:41 +0900
  • ffbadbcc4c Update README about WaitForEndOfFrame hadashiA 2023-09-08 18:00:39 +0900
  • 50ad2ee9d6 Fix conditions for UniTaskCompletionSourceCore.TrySet* to be true hadashiA 2023-09-08 17:31:19 +0900
  • c170af5642
    Merge pull request #487 from Cysharp/hadashiA/fix-test hadashiA 2023-09-08 17:22:16 +0900
  • 242bceecd3
    Merge pull request #492 from Cysharp/hadashiA/readme hadashiA 2023-09-08 17:19:30 +0900
  • 06346b8a2a
    Merge pull request #493 from Cysharp/hadashiA/monitor hadashiA 2023-09-08 17:18:50 +0900
  • b071eeadfb
    Merge pull request #486 from Cysharp/hadashiA/inner-ex hadashiA 2023-09-08 17:17:28 +0900
  • e7f23d8328
    Merge pull request #497 from Cysharp/hadashiA/net6 hadashiA 2023-09-08 17:16:36 +0900
  • 47a3f09abf
    Merge pull request #485 from Cysharp/hadashiA/fix-dotween hadashiA 2023-09-08 17:16:20 +0900
  • a7a6af0a68 Fix AwakeMonitor to not duplicates hadashiA 2023-09-08 09:36:42 +0900
  • f203b6c051
    Merge pull request #494 from Cysharp/hadashiA/web-req-null-check hadashiA 2023-09-07 18:13:46 +0900
  • 07211f1fc3 Bump dotnet version to 6.0/7.0 hadashiA 2023-09-07 18:12:47 +0900
  • bc27f6c0d8 Fix test hadashiA 2023-09-07 17:43:40 +0900
  • c65f9c3497 Add EndOfFrame implementation using UnityEngine.Awaitable hadashiA 2023-09-07 17:36:06 +0900
  • afe5f57adc Use CancellationToken.Register to cancel DOTWeen hadashiA 2023-09-07 17:05:11 +0900
  • 9135c7ce56 Add check if UnityWebRequest was destroyed hadashiA 2023-09-07 10:35:48 +0900
  • 7fae415689 Reduce the times of AwakeMonitor checking hadashiA 2023-09-07 10:03:55 +0900
  • e5cc8667ac docs: update TOC hadashiA 2023-09-07 00:58:51 +0000
  • 0ea18d0e16 Update README about DOTween hadashiA 2023-09-01 19:11:07 +0900
  • 2d674999f0 Use InnerException when only be one hadashiA 2023-09-07 09:11:47 +0900
  • 448fc8c1de add EditorUpdate special timing to support EditorApplication.update tick Omer Perry 2023-09-05 12:00:19 +0300
  • 3121903fa3 Earlier intialization for Unitask, depending on unity version David Klein 2023-09-04 11:00:15 +0200
  • af2e49aa29 Fix TriggerEvent.SetCancel hadashiA 2023-09-03 20:40:04 +0900
  • 22940635fe Fix TriggerEvent problem with iterate breaking on Remove when it has multiple handlers hadashiA 2023-09-02 22:26:09 +0900
  • c1042b32b7
    Merge pull request #488 from Cysharp/revert-445-fix-wait-async hadashiA 2023-09-01 20:08:55 +0900
  • 29a144694d
    Revert "Fixed https://github.com/Cysharp/UniTask/issues/444" hadashiA 2023-09-01 19:52:22 +0900
  • 548d56e654
    Merge pull request #445 from faveris/fix-wait-async hadashiA 2023-09-01 17:06:31 +0900
  • 6fb4f2d6d2 Support exception unwrapping for AsUniTask of Task.WhenAll hadashiA 2023-09-01 16:58:11 +0900
  • 8eac07ad24 Use innerException for Task.AsUniTask hadashiA 2023-09-01 10:37:46 +0900
  • 716402a180 Fix a problem in dotween where an extra update would run after canceling hadashiA 2023-08-31 19:21:43 +0900
  • 289b9f96dc deploy: 4c3d6938ed hadashiA 2023-08-31 10:19:33 +0000
  • 4c3d6938ed
    Merge pull request #484 from Cysharp/hadashiA/fix-async-enumerable hadashiA 2023-08-31 19:17:31 +0900
  • b4486802f2 Fix problem with part of await foreach not executing on break hadashiA 2023-08-31 09:50:41 +0900
  • 0b840d1be3 deploy: d210e3d76a neuecc 2023-06-23 10:07:17 +0000
  • d210e3d76a
    Merge pull request #457 from sgaumin/wait-for-seconds Yoshifumi Kawai 2023-06-23 19:04:48 +0900
  • 76697eb172 Removed default for CancellationToken, since there can be ambiguous calls Sergey Andreev 2023-05-09 15:50:52 +0200
  • 7cba23dd62 Added AsUniTask methods with CancellationToken support Sergey Andreev 2023-05-09 15:38:06 +0200
  • 352343d65a deploy: f2773f585e guitarrapc 2023-05-08 03:24:46 +0000
  • f2773f585e Revert "Revert "Merge pull request #459 from Cysharp/feature/prevent"" Ikiru Yoshizaki 2023-04-25 18:50:19 +0900
  • 305695ad5d Revert "Merge pull request #459 from Cysharp/feature/prevent" Ikiru Yoshizaki 2023-04-25 18:50:19 +0900
  • 418ab36a72
    Merge pull request #460 from Cysharp/feature/unity Ikiru Yoshizaki 2023-04-26 12:35:55 +0900
  • 563b4fbbd5 chore: remove license Ikiru Yoshizaki 2023-04-25 19:48:54 +0900
  • 878d33115f chore: change unity build to cysharp actions Ikiru Yoshizaki 2023-04-25 19:39:40 +0900
  • 55b59b759c deploy: 356a4ee62e guitarrapc 2023-04-25 09:52:18 +0000
  • 356a4ee62e
    Merge pull request #459 from Cysharp/feature/prevent Ikiru Yoshizaki 2023-04-25 18:50:19 +0900
  • eb32ae25e0 chote: prevent github workflow change Ikiru Yoshizaki 2023-04-25 16:56:50 +0900
  • ea28212b98 Update docs in External Assets Nguyen Quoc Hieu 2023-04-16 19:27:52 +0700
  • 3ca4062536 Add WaitForSeconds method declarations #371 Sébastien Gaumin 2023-04-07 00:33:31 +0900
  • f760a2ae78
    Add requested stop all method adrian-bio 2023-03-21 13:12:46 +0100
  • 019f8aaf30 Deleted preserveRemoveSelf because Remove() should always remove a trigger for pooling to work correctly Artem Kolesnykov 2023-02-12 17:26:27 +0200
  • 663fa737f3 Added a test case for https://github.com/Cysharp/UniTask/issues/444 Artem Kolesnykov 2023-02-12 17:02:33 +0200
  • 87c04a29fa Formatting fixed Artem Ovchinnikov 2023-01-11 17:20:15 +0300
  • 952e113011 Await added to prevent premature dispose Artem Ovchinnikov 2023-01-11 17:17:07 +0300
  • 03ef341096 Fixed bug with OnKill delegate overriding Artem Ovchinnikov 2023-01-08 11:40:11 +0300
  • 08a2e4e89d deploy: 73d86259ce neuecc 2022-12-25 21:04:54 +0000
  • 73d86259ce
    f Yoshifumi Kawai 2022-12-26 06:02:57 +0900
  • 65922863b6 Account for nested aggregates by flattening krisrok 2022-12-20 14:23:07 +0100
  • 2492ea60c3 Adapt invocations to new parameter type krisrok 2022-12-20 13:49:07 +0100
  • b4eba9ad3a Move capture location, unwrap AggregateException krisrok 2022-12-20 13:48:19 +0100
  • c7eedf85c7
    Merge pull request #421 from ivribalko/master Yoshifumi Kawai 2022-11-21 12:48:07 +0900
  • 8dc3ffd552 fixed typo (AysncLocal) Ivan Rybalko 2022-11-10 20:28:07 +0000
  • dcf916d5ed deploy: 4fc09a6f61 neuecc 2022-11-01 11:42:29 +0000
  • b992a061fb feat: Update package.json to 2.3.3 2.3.3 github-actions[bot] 2022-11-01 11:41:05 +0000
  • 4fc09a6f61 more neuecc 2022-11-01 20:40:24 +0900
  • e57176a43c Merge remote-tracking branch 'origin/master' neuecc 2022-11-01 20:39:37 +0900
  • 710d0d9012
    Merge pull request #418 from adarapata/fix-asyncenumerable-cancel Yoshifumi Kawai 2022-11-01 20:39:22 +0900
  • 039de3ef65 Text -> UnityEngine.UI.Text #401 neuecc 2022-11-01 20:33:24 +0900
  • de38f63a55 Token was incorrectly specified. imo 2022-11-01 20:12:55 +0900
  • 38f8193199
    Update README.md Yoshifumi Kawai 2022-10-25 13:51:57 +0900
  • 15cffb7357 docs: update TOC neuecc 2022-10-25 04:50:13 +0000
  • d55748e05b
    Merge pull request #374 from wqaetly/readme_cn Yoshifumi Kawai 2022-10-25 13:50:01 +0900
  • 5602861dd4
    Update README_CN.md NKG丶MadLife 2022-10-25 12:10:28 +0800
  • d2245bc38b feat: Update package.json to 2.3.2 2.3.2 github-actions[bot] 2022-10-24 12:59:01 +0000
  • 2165bc51aa deploy: ed617a04a6 neuecc 2022-10-24 12:58:10 +0000
  • f092f6a112 Fix AwaitForAllAssets stackoverflow #394 neuecc 2022-10-24 21:57:42 +0900
  • ed617a04a6 if UNITY_2022_2_OR_NEWER, use destroyCancellationToken neuecc 2022-10-24 21:56:03 +0900
  • 340736795c UnityEvent.AsAsyncEnumerable handle cancel correctly #365 neuecc 2022-10-24 21:51:23 +0900
  • dc804ffb13 breaking changes, UniTask.WaitForFixedUpdate wait at LastFixedUpdate #377 neuecc 2022-10-24 21:18:36 +0900
  • a879989d1c Unity 2023.1.0a15, remove AsyncOperation.GetAwaiter to avoid conflict neuecc 2022-10-24 21:11:49 +0900
  • ee54559532
    Merge pull request #413 from battleroy/battleroy/observable-extension-cancellation-token-forwarding Yoshifumi Kawai 2022-10-12 10:53:30 +0900
  • 4a72ec2a1a Fix cancellation token forwarding at FirstValueToUniTaskObserver and ToUniTaskObserver; Evgeny Chasovitin 2022-10-11 23:01:19 +0400
  • 213915b06d Detach continuations of AsyncOperationHandle from the Completed callback SeongChan Lee 2022-10-06 12:04:59 +0900
  • e999268305
    Merge pull request #395 from kroonhorstdino/diagnostics_helper_null_check Yoshifumi Kawai 2022-09-30 18:49:10 +0900
  • 8300c1b1e6
    Merge pull request #399 from shiena/fix/prevent-nre Yoshifumi Kawai 2022-09-30 18:04:57 +0900
  • 5e266f5538 Added new extension method Artem Ovchinnikov 2022-09-24 18:18:20 +0300
  • daa0c7b9a0 fix: prevent NullReferenceException in TimeoutController KOGA Mitsuhiro 2022-09-14 02:56:06 +0900
  • 9b9a4ec76a fix: prevent NullReferenceException in TimeoutController KOGA Mitsuhiro 2022-09-08 15:08:50 +0900
  • 3f8e43b83f
    Remove empty line with spaces Christoph Hüter 2022-08-31 03:00:22 +0200
  • 402e11b869 Add DOTween async TweenCallback Gabe 2022-08-25 15:37:56 +0200
  • cf6f0799e9
    Remove spaces in empty line Christoph Hüter 2022-08-25 13:51:44 +0200
  • 91ba4f003a
    Add null checks to diagnostics helper functions Christoph Hüter 2022-08-25 13:48:52 +0200
  • 61376725c3 deploy: f48cb4b03e neuecc 2022-08-23 01:41:08 +0000
  • f48cb4b03e
    Merge pull request #392 from Ryuu-64/master Yoshifumi Kawai 2022-08-23 10:38:44 +0900
  • 70a243d978 typo in TaskPool.cs internaly -> internally DESKTOP-FQ830JM\Ryuu 2022-08-22 12:20:52 +0800
  • 841ce7ce41 deploy: 9b95f3b9f6 neuecc 2022-08-02 01:48:47 +0000