Commit Graph

  • 5cc97c7f00
    ReadMe master 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
  • 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
  • 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
  • 3a93f4a49f
    Update README.md hadashiA 2023-09-14 16:40:42 +0900
  • 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
  • 90c5e5a6ad
    Merge pull request #500 from Cysharp/hadashiA/inner-ex2 hadashiA 2023-09-14 16:22:09 +0900
  • 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
  • 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
  • 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
  • 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
  • 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
  • d210e3d76a
    Merge pull request #457 from sgaumin/wait-for-seconds Yoshifumi Kawai 2023-06-23 19:04:48 +0900
  • 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
  • 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
  • 3ca4062536 Add WaitForSeconds method declarations #371 Sébastien Gaumin 2023-04-07 00:33:31 +0900
  • 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
  • 73d86259ce
    f Yoshifumi Kawai 2022-12-26 06:02:57 +0900
  • 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
  • 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