neuecc
|
54ceca6ceb
|
R
|
2020-06-25 23:03:13 +09:00 |
neuecc
|
50bdf7460c
|
2.0.21
|
2020-06-25 23:02:40 +09:00 |
neuecc
|
c06e45d0bb
|
ToCancellationToken(linkeToken)
|
2020-06-25 23:02:30 +09:00 |
neuecc
|
3ed6e28a00
|
Removed Timeout(bool ignoreTimeScale), changed to Timeout(DelayType delayType)
|
2020-06-25 22:35:55 +09:00 |
neuecc
|
ab76098895
|
Removed CancelAfterSlim(bool ignoreTimeScale), changed to CancelAfterSlim(DelayType delayType)
|
2020-06-25 22:35:35 +09:00 |
neuecc
|
0a447e43b0
|
Add UniTask.ToCancellationToken
|
2020-06-25 22:34:45 +09:00 |
neuecc
|
8df44f2768
|
Remove UniTask.DelayRealtime, Add UniTask.Delay(DelayType) overload
|
2020-06-25 22:15:44 +09:00 |
neuecc
|
a7ec64d644
|
more 20
|
2020-06-24 05:09:00 +09:00 |
neuecc
|
868e104d85
|
2.0.20
|
2020-06-24 05:04:18 +09:00 |
neuecc
|
7ced7f5764
|
separate external assemblies, add TMP_InputField extensions
|
2020-06-24 05:04:09 +09:00 |
neuecc
|
12b39c6ba1
|
Add UniTask.DelayRealtime
|
2020-06-24 01:40:43 +09:00 |
neuecc
|
93df9d7693
|
Prevent -> Preserve in ReadMe
|
2020-06-21 23:11:47 +09:00 |
neuecc
|
3980f314fa
|
Fix UnityWebRequestExtensions obsolete warning in Unity 2020.2
|
2020-06-19 16:46:30 +09:00 |
neuecc
|
c2538da1cd
|
Improve UnityWebRequestError performance
|
2020-06-19 16:45:55 +09:00 |
neuecc
|
5ed943bca2
|
Add UniTask.Post
|
2020-06-19 16:42:05 +09:00 |
neuecc
|
d6a0563319
|
ready 2.0.19
|
2020-06-18 03:39:44 +09:00 |
neuecc
|
af82a94b87
|
Fix TimeoutWithoutException does not suppress exception
|
2020-06-18 03:30:53 +09:00 |
neuecc
|
82219e6111
|
Fix UniTask.Delay does not run on threadpool thread
|
2020-06-18 03:28:03 +09:00 |
neuecc
|
81f9c55c7f
|
Add UniTask.Run(Func<UniTask>) overload
|
2020-06-18 03:27:26 +09:00 |
neuecc
|
0640f278cc
|
Fix AsyncLazy can not await multiple times when task is not completed
|
2020-06-18 03:02:01 +09:00 |
neuecc
|
769b5c6bab
|
UniTaskCompletionSource can await multiple times(same behaviour as TaskCompletionSource)
|
2020-06-18 02:34:56 +09:00 |
neuecc
|
bdd569e213
|
fix can not close application in mono build
|
2020-06-17 21:37:45 +09:00 |
neuecc
|
5bfff5bc24
|
Subscribe ReadMe
|
2020-06-15 22:46:01 +09:00 |
neuecc
|
edf32496e4
|
re
|
2020-06-15 15:29:12 +09:00 |
neuecc
|
785f5837d1
|
Merge remote-tracking branch 'origin/master'
|
2020-06-15 15:28:29 +09:00 |
neuecc
|
8c9272bc9f
|
2.0.18
|
2020-06-15 15:26:28 +09:00 |
neuecc
|
3e00735b3d
|
Add AsUniTaskAsyncEnumerable/AsAsyncEnumerable in .NET Core
|
2020-06-15 15:23:25 +09:00 |
neuecc
|
00a1be8666
|
await UnityWebRequestAsyncOperation throws UnityWebRequestException when isHttpError or isNetworkError
|
2020-06-15 15:23:07 +09:00 |
neuecc
|
a2783d3c8a
|
yes meta
|
2020-06-15 12:29:46 +09:00 |
Yoshifumi Kawai
|
85d1a8a4a4
|
Update README.md
|
2020-06-14 15:44:40 +09:00 |
neuecc
|
bbfb8354bb
|
2.0.17
|
2020-06-14 15:32:37 +09:00 |
Yoshifumi Kawai
|
2f68e47443
|
Merge pull request #92 from yashihei/fix-cancellation-token
Fixed CancelationToken not being passed correctly
|
2020-06-14 15:08:37 +09:00 |
yashihei
|
89339ffb29
|
Fixed CancelationToken not being passed correctly
|
2020-06-14 08:24:25 +09:00 |
neuecc
|
0535862fe6
|
Merge remote-tracking branch 'origin/master'
|
2020-06-13 18:58:56 +09:00 |
neuecc
|
a9e5fd4589
|
Add UniTaskAsyncEnumerable.Subscribe
|
2020-06-13 18:58:43 +09:00 |
Yoshifumi Kawai
|
a3f3a28ea1
|
Update README.md
|
2020-06-12 17:18:31 +09:00 |
Yoshifumi Kawai
|
59020df965
|
Update README.md
|
2020-06-12 17:18:22 +09:00 |
Yoshifumi Kawai
|
ac01be79bf
|
Update README.md
|
2020-06-12 16:59:14 +09:00 |
neuecc
|
de5951f208
|
lock q
|
2020-06-12 10:46:29 +09:00 |
neuecc
|
ded9a561db
|
2.0.16
|
2020-06-12 03:16:06 +09:00 |
neuecc
|
a2c18eb343
|
AsyncReactiveProperty document
|
2020-06-11 23:50:13 +09:00 |
neuecc
|
0b27c3a342
|
Merge remote-tracking branch 'origin/master'
|
2020-06-11 23:32:00 +09:00 |
neuecc
|
9c86cfb508
|
Add IDisposable.AddTo(cancellationToken)
|
2020-06-11 23:31:55 +09:00 |
Yoshifumi Kawai
|
7e5e6ed6c2
|
Update README.md
|
2020-06-11 20:21:51 +09:00 |
Yoshifumi Kawai
|
d081e5f40b
|
Update README.md
|
2020-06-11 17:48:41 +09:00 |
neuecc
|
344ae0738c
|
docs: update TOC
|
2020-06-11 08:44:42 +00:00 |
neuecc
|
1b553f67b0
|
compare table
|
2020-06-11 17:44:22 +09:00 |
neuecc
|
bf0adad427
|
test for IL2CPP bug
|
2020-06-11 17:10:29 +09:00 |
neuecc
|
11ca42a527
|
Merge remote-tracking branch 'origin/master'
|
2020-06-11 16:43:11 +09:00 |
neuecc
|
4898e4c7bf
|
Add (I/ReadOnly)AsyncReactiveProperty.WaitAsync
|
2020-06-11 16:42:59 +09:00 |