Commit Graph

  • 28867646b0 Fix T state as the first argument Kochoyume 2024-03-31 00:05:18 +0900
  • ca60864021 Fix comment Kochoyume 2024-01-31 10:04:44 +0900
  • 1e4561da22 Fix comment Kochoyume 2024-01-31 10:03:34 +0900
  • 1496cc990a Fix misspelling Kochoyume 2024-01-30 11:51:20 +0900
  • 7bb3bf8d0e Update UniTask.Create, Unitask.Action and UniTask.UnityAction Kochoyume 2024-01-30 11:49:53 +0900
  • d057074f17 feat: Update package.json to 2.5.4 2.5.4 github-actions[bot] 2024-03-28 06:22:15 +0000
  • b724a2aa84
    Merge pull request #557 from Cysharp/hadashiA/fix-cancel-immediate hadashiA 2024-03-28 15:21:40 +0900
  • 938ddd5356 Tweaks hadashiA 2024-03-28 15:15:07 +0900
  • 911c37d4d8 Tweaks hadashiA 2024-03-28 15:14:10 +0900
  • caccccb0b5 Fix timing to returning to pool hadashiA 2024-03-28 15:00:41 +0900
  • a48f11d31b Fix unintended returning to pool with cancelImmediately (WaitUntil,etc) hadashiA 2024-03-28 14:46:37 +0900
  • fcd93feb56 Fix unintended returning to pool with cancelImmediately (AsyncOperation) hadashiA 2024-03-28 14:45:55 +0900
  • b472b23773 Fix unintended returning to pool with cancelImmediately (UniTask.Delay) hadashiA 2024-03-28 14:29:30 +0900
  • 7df78d35de deploy: 01c8fada1f neuecc 2024-03-25 09:32:23 +0000
  • 01c8fada1f
    Merge pull request #542 from Cysharp/feature/new_release Yoshifumi Kawai 2024-03-25 18:30:50 +0900
  • bbbf396bb4 Fix version define for preWillRenderCanvases Jake Perry 2024-03-16 17:26:04 +1030
  • 68a7969808 Support awaiting additional engine callbacks Jake Perry 2024-03-16 16:30:59 +1030
  • 0d2a77de17 Add Preprocessor directives for WebGL Oh Seyoung 2024-02-22 19:08:44 +0900
  • 4af6851590 Add AsyncInstantiate support Iaroslav Lakhin 2024-02-18 00:44:52 +0300
  • 10cd137126 ci: Cysharp/Actions/.github/workflows/create-release.yaml Ikiru Yoshizaki 2024-02-07 21:04:48 +0900
  • 5558728543 deploy: 809d23edae neuecc 2024-02-04 14:21:23 +0000
  • 809d23edae
    Merge pull request #541 from TORISOUP/fix_ToArray Yoshifumi Kawai 2024-02-04 23:19:47 +0900
  • d38731bc44 fix call ToArray TORISOUP 2024-02-04 20:51:21 +0900
  • 64792b672d feat: Update package.json to 2.5.3 2.5.3 github-actions[bot] 2024-01-25 12:52:16 +0000
  • 3892cc2299 Merge branch 'master' of https://github.com/Cysharp/UniTask neuecc 2024-01-25 21:51:45 +0900
  • 5bfccaa3b6 autoReleaseWhenCancelled -> autoReleaseWhenCanceled neuecc 2024-01-25 21:51:40 +0900
  • 1c266edce3 deploy: 08184af737 neuecc 2024-01-25 11:44:46 +0000
  • b49b7332bb feat: Update package.json to 2.5.2 2.5.2 github-actions[bot] 2024-01-25 11:43:24 +0000
  • 08184af737 simplify UNITASK define neuecc 2024-01-25 20:42:42 +0900
  • 94c7319100 deploy: 0ef6c59385 neuecc 2024-01-25 11:27:50 +0000
  • 0ef6c59385
    Merge pull request #535 from kochounoyume/valuetask-error-netframework Yoshifumi Kawai 2024-01-25 20:26:21 +0900
  • 4b0bd3b509
    Merge pull request #536 from Cysharp/hadashiA/release-handle Yoshifumi Kawai 2024-01-25 20:26:13 +0900
  • 9a4720d180 Fix:Addressed generic parameter attributes error in the .Net Framework Kochoyume 2024-01-25 20:05:45 +0900
  • b99646558c Add a flag autoReleaseWhenCancelled to addressable extensionhs hadashiA 2024-01-25 18:59:15 +0900
  • ee12dd9ae7 Fix omissions in Addressable.Release and IsValid checks hadashiA 2024-01-25 17:47:06 +0900
  • 006e0f2c81 Revert "Fix conditional compilation to work with .NET Framework" Kochoyume 2024-01-25 16:16:01 +0900
  • 7d31299b5c Fix conditional compilation to work with .NET Framework Kochoyume 2024-01-25 01:02:57 +0900
  • fe8bf834e6
    Update README.md Yoshifumi Kawai 2024-01-24 10:47:31 +0900
  • 5843258e8c feat: Update package.json to 2.5.1 2.5.1 github-actions[bot] 2024-01-24 01:44:21 +0000
  • c0f625aa7f deploy: 6cd002645e neuecc 2024-01-24 01:43:34 +0000
  • 6cd002645e
    Merge pull request #533 from doyasu24/feature/add-unitask-asvaluetask-for-unity Yoshifumi Kawai 2024-01-24 10:41:39 +0900
  • 4fe0861714
    fix: use UNITY_2018_3_OR_NEWER instead of UNITY_2018_1_OR_NEWER doyasu24 2024-01-19 23:42:17 +0900
  • fbbba061dd
    ValueTask is available in Unity 2021_2_OR_NEWER or .NET Core doyasu24 2024-01-19 23:40:28 +0900
  • 81f2e37ea5
    add UniTask.AsValueTask for Unity doyasu24 2024-01-19 00:29:21 +0900
  • 66de0d3a58
    Merge pull request #519 from Cysharp/guitarrapc-patch-1 Yoshifumi Kawai 2024-01-12 15:34:54 +0900
  • 61b6acbffe deploy: beb10abbf7 neuecc 2024-01-12 06:24:05 +0000
  • beb10abbf7
    Merge pull request #524 from Saismirk/master Yoshifumi Kawai 2024-01-12 15:22:35 +0900
  • d60f64761b Fixed typo in TimeoutWithoutException summary. Saismirk 2023-12-10 12:53:52 -0500
  • 36ac0863ad Release handle when cancellation is requested Luciano Prestes Cavalcanti 2023-11-22 08:09:03 -0300
  • 104f8e09ca
    Update build-release.yml Ikiru Yoshizaki 2023-11-15 12:09:34 +0900
  • cfbff008c4
    Use Cysharp/Actions/setup-dotnet default version Ikiru Yoshizaki 2023-11-15 11:55:27 +0900
  • b816129ffb deploy: 5cc97c7f00 neuecc 2023-11-02 09:25:34 +0000
  • 5cc97c7f00
    ReadMe Yoshifumi Kawai 2023-11-02 18:23:43 +0900
  • 5666292496 feat: Update package.json to 2.5.0 2.5.0 github-actions[bot] 2023-11-02 05:03:47 +0000
  • 1288cbc128
    Merge pull request #518 from Cysharp/hadashiA/awaitable-to-unitask hadashiA 2023-11-02 14:02:36 +0900
  • 5f3aa18f38 Add Awaitable<T>.ToUniTask hadashiA 2023-11-02 13:54:55 +0900
  • ef94169837 deploy: 0970ae8c31 hadashiA 2023-11-02 04:54:10 +0000
  • 0970ae8c31
    Merge pull request #517 from Cysharp/hadashiA/cancel-immediately-flag hadashiA 2023-11-02 13:52:12 +0900
  • ad23f7fb29 Fix `#if` directive that should be in .tt hadashiA 2023-11-02 12:52:24 +0900
  • a4be8f316e Add Awaitable.AsUniTask() hadashiA 2023-11-02 12:35:05 +0900
  • 370425578f Fix AssetBundleRequestAll hadashiA 2023-11-02 12:21:59 +0900
  • 1b76f77608 Add test hadashiA 2023-11-02 12:02:04 +0900
  • 0579984355 Use AsyncOperation.completed callback usually hadashiA 2023-11-02 12:01:51 +0900
  • 39cf81d2ab Add test for unity AsyncOperation hadashiA 2023-11-02 10:29:42 +0900
  • 0a203c8db9 Cache Action in advance hadashiA 2023-11-02 09:58:52 +0900
  • 55be4dba82 Add callback handler to AsyncOperationConfiguredSource instead to create other sources hadashiA 2023-10-27 20:11:20 +0900
  • f0adf36633 Use AsyncOperation.completed handler with new optional argument hadashiA 2023-10-27 19:38:37 +0900
  • 24afc4f3eb Add cancelImmediately flag for assetbundle extensions hadashiA 2023-10-27 17:48:17 +0900
  • 2cf06af433 Change AsyncEnumerable factory to use OperationCanceledException hadashiA 2023-10-27 16:45:41 +0900
  • 94be2e748b Add cancelImmediately flag for addressable extensions hadashiA 2023-10-27 15:06:12 +0900
  • 7f582e5e29 Update README hadashiA 2023-10-27 14:51:52 +0900
  • 3f042c8886 Add cancel immediate flag hadashiA 2023-10-26 18:11:25 +0900
  • a9507b2905 deploy: 6f5d818544 neuecc 2023-10-26 04:13:49 +0000
  • 6f5d818544
    Merge pull request #515 from ananttheant/fix/readme-typo Yoshifumi Kawai 2023-10-26 13:11:42 +0900
  • 2ccb37cb02
    Fix typo in README.md Anant Sharma 2023-10-25 15:24:27 +0100
  • cfe509a556 feat: Update package.json to 2.4.1 2.4.1 github-actions[bot] 2023-09-21 03:22:58 +0000
  • a46a4cac01
    Merge pull request #509 from Cysharp/ku/fix-dotween-registration hadashiA 2023-09-21 12:20:43 +0900
  • 3ed28e534a Tweaks hadashiA 2023-09-21 10:00:27 +0900
  • be8dbe8804 Fixed a bug in Dotween after returning to the pool of CancellationToken.Register hadashiA 2023-09-20 17:35:04 +0900
  • 64f7eec4e9 feat: Update package.json to 2.4.0 2.4.0 github-actions[bot] 2023-09-14 07:43:41 +0000
  • 8791f7d87f deploy: 3a93f4a49f hadashiA 2023-09-14 07:42:29 +0000
  • 3a93f4a49f
    Update README.md hadashiA 2023-09-14 16:40:42 +0900
  • a5ab39e03d deploy: 71958adc3d hadashiA 2023-09-14 07:29:54 +0000
  • 71958adc3d
    Merge pull request #498 from Cysharp/hadashiA/async-linq-merge hadashiA 2023-09-14 16:28:05 +0900
  • acc71550c9
    Merge pull request #496 from Cysharp/hadashiA/awaitable hadashiA 2023-09-14 16:26:40 +0900
  • 3ba64412f8 Reduce the lock hadashiA 2023-09-13 19:12:11 +0900
  • 238ede91da deploy: 90c5e5a6ad hadashiA 2023-09-14 07:23:59 +0000
  • 90c5e5a6ad
    Merge pull request #500 from Cysharp/hadashiA/inner-ex2 hadashiA 2023-09-14 16:22:09 +0900
  • 49b146cb97 deploy: 8a022ee02d hadashiA 2023-09-14 07:14:40 +0000
  • 4bc89bba1c deploy: 6a89ea8139 hadashiA 2023-09-14 07:12:40 +0000
  • 8a022ee02d
    Merge pull request #499 from Cysharp/hadashiA/fix-completion-source-retval hadashiA 2023-09-14 16:12:32 +0900
  • 6a89ea8139
    Merge pull request #503 from Cysharp/hadashiA/fix-auto-reset-source hadashiA 2023-09-14 16:10:42 +0900
  • 90c81613ac Add check to that innerException is empty hadashiA 2023-09-14 16:08:32 +0900
  • d6b7783331 deploy: 7c62904a74 hadashiA 2023-09-14 06:45:32 +0000
  • 7c62904a74
    Merge pull request #489 from Merglasch/EarlyInit hadashiA 2023-09-14 15:43:34 +0900
  • 4f6344a12f Add check to AutoResetUniTaskSource already returned to the pool hadashiA 2023-09-14 10:22:04 +0900
  • 937d3adf66 Fix race condition hadashiA 2023-09-12 14:34:53 +0900
  • 3bac16229f Reduce lock hadashiA 2023-09-10 23:33:29 +0900
  • ea57847c97 Add dispose hadashiA 2023-09-09 17:04:02 +0900
  • 730d68132d Tweaks hadashiA 2023-09-09 14:27:06 +0900