This website requires JavaScript.
7ab9467069
IObservable<T>.ToUniTask parameter order changed from CancellationToken cancellationToken, bool useFirst to bool useFirst, CancellationToken cancellationToken
neuecc
2020-05-25 19:42:51 +0900
598312ba61
DOTween's WithCancellation remove = default
neuecc
2020-05-25 19:38:08 +0900
985aa5c43a
add allocationchecker in netcore sandbox project
neuecc
2020-05-25 19:37:11 +0900
10eff95a42
fix: does not work zero-allocation mechanism in release build
neuecc
2020-05-25 19:36:39 +0900
d27d6d5d9d
UniTask.Yield in .NET Core becomes zero allocation
neuecc
2020-05-25 19:33:54 +0900
b8c109848e
UniTaskVoid can not await.
neuecc
2020-05-25 19:33:11 +0900
8b7f832c0f
JobHandle.WaitAsync accepts CancellationToken
neuecc
2020-05-25 09:58:06 +0900
7cce0f48e5
call webRequest.Abort() on canceled
neuecc
2020-05-25 09:54:26 +0900
8a56838111
modify cannot await twice message
neuecc
2020-05-25 01:55:35 +0900
ff15e00003
f
neuecc
2020-05-24 03:33:25 +0900
f60d2c51fb
fix in UnityEditor performance issue
neuecc
2020-05-24 03:27:05 +0900
6dfb969015
Add ValueTask.AsUniTask only for .NET Core
neuecc
2020-05-24 01:30:52 +0900
da7e9fc4b3
UniTask marked StructLayout(LayoutKind.Auto)
neuecc
2020-05-24 01:30:33 +0900
70385c4115
Fix channel's cancellationTokenRegistration does not handle correctly
neuecc
2020-05-24 00:19:13 +0900
51ba740413
In .NET Core, IUniTaskSource implements IValueTaskSource and implicit, zero overhead conversion
neuecc
2020-05-24 00:18:39 +0900
f3e3ba8864
fix DOTweenExt's TweenCancelBehaviour.CancelAwait
neuecc
2020-05-23 02:53:48 +0900
07cf65c1ec
lower support is 2019.1
neuecc
2020-05-23 02:12:19 +0900
eca5b1c096
2.0.10-rc7
2.0.10-rc7
neuecc
2020-05-23 02:11:00 +0900
c74ce14ad1
DoTween -> DOTween
neuecc
2020-05-23 02:10:18 +0900
f59c56506f
Remove ConfigureAwait method from all async object extensions(renamed to ToUniTask). Add WithCancellation method to all async object extensions. Improved performance when async object is done.
neuecc
2020-05-23 02:07:46 +0900
896eef1ee4
Add DoTween Extension
neuecc
2020-05-23 01:10:04 +0900
ec0123eec7
rename UniTask.VoidAction -> UniTask.Action, UniTask.VoidUnityAction -> UniTask.UnityAction, there return type Func<UniTask> -> Func<UniTaskVoid>
neuecc
2020-05-22 21:42:23 +0900
78f56b9b33
OCS
neuecc
2020-05-22 17:15:36 +0900
1d88ed85bc
fix ComibineLatest
neuecc
2020-05-22 11:08:03 +0900
2b7986da19
2.0.9-rc6
2.0.9-rc6
neuecc
2020-05-22 10:45:16 +0900
c3d22968e1
State rename to AsyncReadOnlyReactiveProperty and removed setter and implicit conversion.
neuecc
2020-05-22 10:44:41 +0900
0e25122ee2
Add Pairwise
neuecc
2020-05-22 03:19:54 +0900
4504d84aa8
cl2
neuecc
2020-05-22 02:33:55 +0900
2b87cadba3
Add CombineLatest
neuecc
2020-05-22 02:25:36 +0900
21dc83c641
2.0.8-rc5
2.0.8-rc5
neuecc
2020-05-21 02:26:55 +0900
3b593f349c
Add UnityEvent<T> and InputField AsyncEventHandler and extensions
neuecc
2020-05-21 02:26:09 +0900
962c215e3b
Fix UniTask.WaitUntilValueChanged does not handle UnityEngine.Object is destroyed correctly
neuecc
2020-05-21 02:24:12 +0900
42dcfdbcdc
Add UniTaskAsyncEnumerable.EveryValueChanged
neuecc
2020-05-21 02:23:40 +0900
6d7e6ec871
Impl AsyncReactiveProperty.ToString, Add State
neuecc
2020-05-21 02:22:24 +0900
36d53a3bcb
rc4
2.0.7-rc4
neuecc
2020-05-20 11:05:58 +0900
ea9e61c2e1
Add CancellationToken.WaitUntilCanceled
neuecc
2020-05-20 11:04:59 +0900
a52c26102b
guard for ForEachAsync
neuecc
2020-05-20 10:48:28 +0900
e31c87b8a8
Add IUniTaskAsyncEnumerable.Publish
neuecc
2020-05-19 15:58:04 +0900
cc165a6897
2.0.6-rc3
2.0.6-rc3
neuecc
2020-05-19 04:14:23 +0900
f99910d802
Add TaskTracker to AsyncLINQ
neuecc
2020-05-19 04:13:46 +0900
997b0b3710
Merge remote-tracking branch 'origin/unitask2' into unitask2
neuecc
2020-05-19 03:43:09 +0900
ec7064083a
Add TaskTracker to Channel
neuecc
2020-05-19 03:43:06 +0900
07cccfddd6
docs: update TOC
neuecc
2020-05-18 18:34:05 +0000
f07527cd06
ECS?
neuecc
2020-05-19 03:33:44 +0900
7b273c4bd1
Add UniTask.Defer
neuecc
2020-05-19 03:10:37 +0900
d36e7987b3
Add SkipUntilCanceled, TakeUntilCanceled
neuecc
2020-05-19 02:41:45 +0900
bbd5686816
Add UniTask.WaitUntilCanceled
neuecc
2020-05-19 01:35:16 +0900
fb1152d8f4
IAsyncReadOnlyReactiveProperty -> IReadOnlyAsyncReactiveProperty, .Dipose retrurns MoveNext -> false
neuecc
2020-05-19 01:20:20 +0900
7a306118f5
AsyncTrigger returns MoveNext -> false when destroyed
neuecc
2020-05-19 01:19:46 +0900
efaf3ee8f5
IAsyncReadOnlyReactiveProperty.WithoutCurrent
neuecc
2020-05-18 23:36:26 +0900
2e4fe90956
Fix ChannelReader.Completion throws UnobservedException when not touched
neuecc
2020-05-18 23:33:13 +0900
e33d572104
2.0.5-rc2
2.0.5-rc2
neuecc
2020-05-18 11:33:24 +0900
2b2af9e455
meta
neuecc
2020-05-18 11:31:23 +0900
d003597662
Changed AsyncReactiveProperty produce current value at first, Add AsyncReactiveProperty.WithoutCurrent
neuecc
2020-05-18 11:30:49 +0900
ec0a8f5a8b
Add IUniTaskAsyncEnumerable.Queue
neuecc
2020-05-18 11:30:04 +0900
49ba57f20a
Fix IUniTaskAsyncEnumerable.Take
neuecc
2020-05-18 11:29:35 +0900
6f4d1183cc
Add BindTo<TSource, TObject>(Action<TObject, TSource> bindAction)
neuecc
2020-05-18 02:35:13 +0900
dd18c9fff8
Add Channel.CreateSingleConsumerUnbounded
neuecc
2020-05-18 02:34:29 +0900
21f5f78ff1
Merge remote-tracking branch 'origin/unitask2' into unitask2
neuecc
2020-05-17 16:51:20 +0900
1729f389db
fix ReactiveProperty implements IAsyncReactiveProperty
neuecc
2020-05-17 16:51:10 +0900
6d37bb7bac
docs: update TOC
neuecc
2020-05-17 07:50:05 +0000
957adfad7a
fix Await UniTaskAsyncEnumerable.Timer is not over. #76
neuecc
2020-05-17 16:49:44 +0900
3ef889e17d
no artifact name?
neuecc
2020-05-17 03:02:55 +0900
c73af7390f
removed manifestjson
neuecc
2020-05-17 02:51:51 +0900
c5b4376486
gh-actions
neuecc
2020-05-17 02:43:54 +0900
ba65049dd8
2.0.4-rc1
2.0.4-rc1
neuecc
2020-05-17 01:39:56 +0900
ee58aab0a9
Add AsyncReactiveProperty
neuecc
2020-05-17 01:29:45 +0900
859eaa2278
reduce AsyncTrigger allocation
neuecc
2020-05-16 23:31:49 +0900
79f770e687
Improve Stacktrace Part2
neuecc
2020-05-13 11:36:33 +0900
8ff4de67a1
improving stacktrace
neuecc
2020-05-13 05:49:48 +0900
6a7a6fde5c
changed AsyncEnumerable.Timer reset timing
2.0.3-preview4
neuecc
2020-05-12 16:32:10 +0900
6a5e259006
fix
neuecc
2020-05-12 16:09:34 +0900
f6622ad29c
StartAsyncCoroutine returns UniTask
neuecc
2020-05-12 15:55:06 +0900
3de29a181d
fixed project structure
neuecc
2020-05-12 15:44:53 +0900
090cacece5
Add EveryUpdate, Time, Interval, TimerFrame, IntervalFrame
neuecc
2020-05-12 15:36:42 +0900
354fd65d58
redesigned asyncenumerable ugui and monobehaviourmessagetrigger
neuecc
2020-05-12 14:29:21 +0900
d3538bdc8f
TriggerAsyncEnumerable
neuecc
2020-05-12 13:15:26 +0900
bd6906792d
UnityAsyncEventHandler as IUniTaskAsyncEnumerable
neuecc
2020-05-12 11:51:50 +0900
7fc6c6bd36
Merge pull request #73 from Cysharp/async-enumerable
Yoshifumi Kawai
2020-05-12 03:49:01 +0900
c23b9ca480
move to underunity
neuecc
2020-05-12 03:48:32 +0900
cda59ba9c2
Do
neuecc
2020-05-12 03:41:53 +0900
61a3744fdd
Buffer
neuecc
2020-05-12 03:33:11 +0900
72efadd0a2
DistinctUntilChanged
neuecc
2020-05-12 03:01:05 +0900
57c414a6e0
DistinctSelector
neuecc
2020-05-12 02:45:12 +0900
85dc70a3ab
OrderBy
neuecc
2020-05-12 02:21:06 +0900
7298686d5a
Join, GroupBy, GroupJoin
neuecc
2020-05-12 00:38:06 +0900
418586fbfb
GroupBy
neuecc
2020-05-11 23:17:33 +0900
12c507574e
Join
neuecc
2020-05-11 17:33:41 +0900
b20b37e7a5
Distinct, Except, Intersect, Union
neuecc
2020-05-11 15:53:27 +0900
8ef7a66081
TakeLast
neuecc
2020-05-11 14:01:23 +0900
a5f47d4095
SkipLast
neuecc
2020-05-11 12:38:32 +0900
1316328766
Skip, Take, TakeWhile, SkipWhile
neuecc
2020-05-11 12:02:02 +0900
c0da316cb4
zip
neuecc
2020-05-11 02:29:23 +0900
4d13523df7
SelectMany
neuecc
2020-05-11 02:01:49 +0900
16c527fa89
try selectmany
neuecc
2020-05-11 00:27:57 +0900
5db5beab29
Reverse
neuecc
2020-05-10 23:26:25 +0900
3f082f1923
defaultifempty
neuecc
2020-05-10 22:52:12 +0900
93dd82e3d4
exception testing
neuecc
2020-05-10 22:44:40 +0900
af6dbd8868
append prepend concat
neuecc
2020-05-10 03:50:29 +0900
716decd199
ToDict, ToLookup, ToList, TOHashSet, ToObservable
neuecc
2020-05-10 02:39:13 +0900