Commit Graph

621 Commits (039de3ef655eebdffb231be28aab1621298654e0)

Author SHA1 Message Date
neuecc d36e7987b3 Add SkipUntilCanceled, TakeUntilCanceled 2020-05-19 02:41:45 +09:00
neuecc bbd5686816 Add UniTask.WaitUntilCanceled 2020-05-19 01:35:16 +09:00
neuecc fb1152d8f4 IAsyncReadOnlyReactiveProperty -> IReadOnlyAsyncReactiveProperty, .Dipose retrurns MoveNext -> false 2020-05-19 01:20:20 +09:00
neuecc 7a306118f5 AsyncTrigger returns MoveNext -> false when destroyed 2020-05-19 01:19:46 +09:00
neuecc efaf3ee8f5 IAsyncReadOnlyReactiveProperty.WithoutCurrent 2020-05-18 23:36:26 +09:00
neuecc 2e4fe90956 Fix ChannelReader.Completion throws UnobservedException when not touched 2020-05-18 23:33:13 +09:00
neuecc e33d572104 2.0.5-rc2 2020-05-18 11:33:24 +09:00
neuecc 2b2af9e455 meta 2020-05-18 11:31:23 +09:00
neuecc d003597662 Changed AsyncReactiveProperty produce current value at first, Add AsyncReactiveProperty.WithoutCurrent 2020-05-18 11:30:49 +09:00
neuecc ec0a8f5a8b Add IUniTaskAsyncEnumerable.Queue 2020-05-18 11:30:04 +09:00
neuecc 49ba57f20a Fix IUniTaskAsyncEnumerable.Take 2020-05-18 11:29:35 +09:00
neuecc 6f4d1183cc Add BindTo<TSource, TObject>(Action<TObject, TSource> bindAction) 2020-05-18 02:35:13 +09:00
neuecc dd18c9fff8 Add Channel.CreateSingleConsumerUnbounded 2020-05-18 02:34:29 +09:00
neuecc 21f5f78ff1 Merge remote-tracking branch 'origin/unitask2' into unitask2 2020-05-17 16:51:20 +09:00
neuecc 1729f389db fix ReactiveProperty implements IAsyncReactiveProperty 2020-05-17 16:51:10 +09:00
neuecc 6d37bb7bac docs: update TOC 2020-05-17 07:50:05 +00:00
neuecc 957adfad7a fix Await UniTaskAsyncEnumerable.Timer is not over. #76 2020-05-17 16:49:44 +09:00
neuecc 3ef889e17d no artifact name? 2020-05-17 03:02:55 +09:00
neuecc c73af7390f removed manifestjson 2020-05-17 02:51:51 +09:00
neuecc c5b4376486 gh-actions 2020-05-17 02:43:54 +09:00
neuecc ba65049dd8 2.0.4-rc1 2020-05-17 01:39:56 +09:00
neuecc ee58aab0a9 Add AsyncReactiveProperty 2020-05-17 01:29:45 +09:00
neuecc 859eaa2278 reduce AsyncTrigger allocation 2020-05-16 23:31:49 +09:00
neuecc 79f770e687 Improve Stacktrace Part2 2020-05-13 11:36:33 +09:00
neuecc 8ff4de67a1 improving stacktrace 2020-05-13 05:49:48 +09:00
neuecc 6a7a6fde5c changed AsyncEnumerable.Timer reset timing 2020-05-12 16:32:10 +09:00
neuecc 6a5e259006 fix 2020-05-12 16:09:34 +09:00
neuecc f6622ad29c StartAsyncCoroutine returns UniTask 2020-05-12 15:55:06 +09:00
neuecc 3de29a181d fixed project structure 2020-05-12 15:44:53 +09:00
neuecc 090cacece5 Add EveryUpdate, Time, Interval, TimerFrame, IntervalFrame 2020-05-12 15:36:42 +09:00
neuecc 354fd65d58 redesigned asyncenumerable ugui and monobehaviourmessagetrigger 2020-05-12 14:29:21 +09:00
neuecc d3538bdc8f TriggerAsyncEnumerable 2020-05-12 13:15:26 +09:00
neuecc bd6906792d UnityAsyncEventHandler as IUniTaskAsyncEnumerable 2020-05-12 11:51:50 +09:00
Yoshifumi Kawai 7fc6c6bd36
Merge pull request #73 from Cysharp/async-enumerable
UniTask LINQ
2020-05-12 03:49:01 +09:00
neuecc c23b9ca480 move to underunity 2020-05-12 03:48:32 +09:00
neuecc cda59ba9c2 Do 2020-05-12 03:41:53 +09:00
neuecc 61a3744fdd Buffer 2020-05-12 03:33:11 +09:00
neuecc 72efadd0a2 DistinctUntilChanged 2020-05-12 03:01:05 +09:00
neuecc 57c414a6e0 DistinctSelector 2020-05-12 02:45:12 +09:00
neuecc 85dc70a3ab OrderBy 2020-05-12 02:21:06 +09:00
neuecc 7298686d5a Join, GroupBy, GroupJoin 2020-05-12 00:38:06 +09:00
neuecc 418586fbfb GroupBy 2020-05-11 23:17:33 +09:00
neuecc 12c507574e Join 2020-05-11 17:33:41 +09:00
neuecc b20b37e7a5 Distinct, Except, Intersect, Union 2020-05-11 15:53:27 +09:00
neuecc 8ef7a66081 TakeLast 2020-05-11 14:01:23 +09:00
neuecc a5f47d4095 SkipLast 2020-05-11 12:38:32 +09:00
neuecc 1316328766 Skip, Take, TakeWhile, SkipWhile 2020-05-11 12:02:02 +09:00
neuecc c0da316cb4 zip 2020-05-11 02:29:23 +09:00
neuecc 4d13523df7 SelectMany 2020-05-11 02:01:49 +09:00
neuecc 16c527fa89 try selectmany 2020-05-11 00:27:57 +09:00