hadashiA
|
39cf81d2ab
|
Add test for unity AsyncOperation
|
2023-11-02 12:24:41 +09:00 |
hadashiA
|
0a203c8db9
|
Cache Action in advance
|
2023-11-02 12:24:41 +09:00 |
hadashiA
|
55be4dba82
|
Add callback handler to AsyncOperationConfiguredSource instead to create other sources
|
2023-11-02 12:24:41 +09:00 |
hadashiA
|
f0adf36633
|
Use AsyncOperation.completed handler with new optional argument
|
2023-11-02 12:24:41 +09:00 |
hadashiA
|
24afc4f3eb
|
Add cancelImmediately flag for assetbundle extensions
|
2023-11-02 12:24:41 +09:00 |
hadashiA
|
2cf06af433
|
Change AsyncEnumerable factory to use OperationCanceledException
|
2023-11-02 12:24:36 +09:00 |
hadashiA
|
94be2e748b
|
Add cancelImmediately flag for addressable extensions
|
2023-10-27 15:06:12 +09:00 |
hadashiA
|
7f582e5e29
|
Update README
|
2023-10-27 14:52:58 +09:00 |
hadashiA
|
3f042c8886
|
Add cancel immediate flag
|
2023-10-27 12:42:12 +09:00 |
Yoshifumi Kawai
|
6f5d818544
|
Merge pull request #515 from ananttheant/fix/readme-typo
Fix typo in README.md
|
2023-10-26 13:11:42 +09:00 |
Anant Sharma
|
2ccb37cb02
|
Fix typo in README.md
|
2023-10-25 15:24:27 +01:00 |
github-actions[bot]
|
cfe509a556
|
feat: Update package.json to 2.4.1
|
2023-09-21 03:22:58 +00:00 |
hadashiA
|
a46a4cac01
|
Merge pull request #509 from Cysharp/ku/fix-dotween-registration
Fix a bug in Dotween after returning to the pool of `CancellationToken.Register`
|
2023-09-21 12:20:43 +09:00 |
hadashiA
|
3ed28e534a
|
Tweaks
|
2023-09-21 10:00:27 +09:00 |
hadashiA
|
be8dbe8804
|
Fixed a bug in Dotween after returning to the pool of CancellationToken.Register
|
2023-09-20 17:35:04 +09:00 |
github-actions[bot]
|
64f7eec4e9
|
feat: Update package.json to 2.4.0
|
2023-09-14 07:43:41 +00:00 |
hadashiA
|
3a93f4a49f
|
Update README.md
|
2023-09-14 16:40:42 +09:00 |
hadashiA
|
71958adc3d
|
Merge pull request #498 from Cysharp/hadashiA/async-linq-merge
Add UniTaskAsyncEnumerable.Merge
|
2023-09-14 16:28:05 +09:00 |
hadashiA
|
acc71550c9
|
Merge pull request #496 from Cysharp/hadashiA/awaitable
Add EndOfFrame implementation using `UnityEngine.Awaitable`
|
2023-09-14 16:26:40 +09:00 |
hadashiA
|
3ba64412f8
|
Reduce the lock
|
2023-09-14 16:26:13 +09:00 |
hadashiA
|
90c5e5a6ad
|
Merge pull request #500 from Cysharp/hadashiA/inner-ex2
Use always innerException for Task.AsUniTask
|
2023-09-14 16:22:09 +09:00 |
hadashiA
|
8a022ee02d
|
Merge pull request #499 from Cysharp/hadashiA/fix-completion-source-retval
Fix conditions for UniTaskCompletionSourceCore.TrySet* to be true
|
2023-09-14 16:12:32 +09:00 |
hadashiA
|
6a89ea8139
|
Merge pull request #503 from Cysharp/hadashiA/fix-auto-reset-source
Add check to that AutoResetUniTaskSource already returned to the pool
|
2023-09-14 16:10:42 +09:00 |
hadashiA
|
90c81613ac
|
Add check to that innerException is empty
|
2023-09-14 16:08:32 +09:00 |
hadashiA
|
7c62904a74
|
Merge pull request #489 from Merglasch/EarlyInit
Earlier intialization for Unitask, depending on unity version
|
2023-09-14 15:43:34 +09:00 |
hadashiA
|
4f6344a12f
|
Add check to AutoResetUniTaskSource already returned to the pool
|
2023-09-14 10:36:31 +09:00 |
hadashiA
|
937d3adf66
|
Fix race condition
|
2023-09-12 14:34:53 +09:00 |
hadashiA
|
3bac16229f
|
Reduce lock
|
2023-09-11 00:22:21 +09:00 |
hadashiA
|
ea57847c97
|
Add dispose
|
2023-09-09 17:04:02 +09:00 |
hadashiA
|
730d68132d
|
Tweaks
|
2023-09-09 14:27:06 +09:00 |
hadashiA
|
6db872236e
|
Fix test
|
2023-09-09 10:16:01 +09:00 |
hadashiA
|
ba7e676c6f
|
Fix test
|
2023-09-09 10:01:58 +09:00 |
hadashiA
|
6e99accf99
|
Fix race condition (todo: too wide lock range?)
|
2023-09-09 08:49:52 +09:00 |
hadashiA
|
b195df9773
|
Update README
|
2023-09-08 20:06:02 +09:00 |
hadashiA
|
f303d9d7e8
|
Add UniTaskAsyncEnumerable.Merge
|
2023-09-08 20:05:51 +09:00 |
hadashiA
|
62a2a2e8f9
|
Use always innerException for Task.AsUniTask
|
2023-09-08 18:43:41 +09:00 |
hadashiA
|
ffbadbcc4c
|
Update README about WaitForEndOfFrame
|
2023-09-08 18:00:39 +09:00 |
hadashiA
|
50ad2ee9d6
|
Fix conditions for UniTaskCompletionSourceCore.TrySet* to be true
|
2023-09-08 17:31:19 +09:00 |
hadashiA
|
c170af5642
|
Merge pull request #487 from Cysharp/hadashiA/fix-test
Fix TriggerEvent problem with iterate breaking on Remove when it has multiple handlers
|
2023-09-08 17:22:16 +09:00 |
hadashiA
|
242bceecd3
|
Merge pull request #492 from Cysharp/hadashiA/readme
Update README about DOTween
|
2023-09-08 17:19:30 +09:00 |
hadashiA
|
06346b8a2a
|
Merge pull request #493 from Cysharp/hadashiA/monitor
Reduce the times of AwakeMonitor checking
|
2023-09-08 17:18:50 +09:00 |
hadashiA
|
b071eeadfb
|
Merge pull request #486 from Cysharp/hadashiA/inner-ex
Use innerException for `Task.AsUniTask`
|
2023-09-08 17:17:28 +09:00 |
hadashiA
|
e7f23d8328
|
Merge pull request #497 from Cysharp/hadashiA/net6
Use dotnet >= 6.0
|
2023-09-08 17:16:36 +09:00 |
hadashiA
|
47a3f09abf
|
Merge pull request #485 from Cysharp/hadashiA/fix-dotween
Fix a problem in dotween where an extra update would run after canceling
|
2023-09-08 17:16:20 +09:00 |
hadashiA
|
a7a6af0a68
|
Fix AwakeMonitor to not duplicates
|
2023-09-08 09:36:42 +09:00 |
hadashiA
|
f203b6c051
|
Merge pull request #494 from Cysharp/hadashiA/web-req-null-check
Add check if UnityWebRequest was destroyed
|
2023-09-07 18:13:46 +09:00 |
hadashiA
|
07211f1fc3
|
Bump dotnet version to 6.0/7.0
|
2023-09-07 18:12:47 +09:00 |
hadashiA
|
bc27f6c0d8
|
Fix test
|
2023-09-07 17:43:40 +09:00 |
hadashiA
|
c65f9c3497
|
Add EndOfFrame implementation using UnityEngine.Awaitable
|
2023-09-07 17:36:06 +09:00 |
hadashiA
|
afe5f57adc
|
Use CancellationToken.Register to cancel DOTWeen
|
2023-09-07 17:05:11 +09:00 |