Commit Graph

53 Commits (ecd3625a0887a813e7ef4f097cbddec1df9eb370)

Author SHA1 Message Date
neuecc 8b3c8d15c4 PlayerLoopTimer unit test and fixes 2021-03-12 16:06:42 +09:00
neuecc dfd0fe9fe4 Add TimeoutController 2021-02-25 20:30:44 +09:00
RamType0 3bb446556a Use ref T for ITaskPoolNode<T>.NextNode 2020-08-28 18:03:22 +09:00
neuecc 1999d94b33 Add UniTask.WithCancellation 2020-07-30 08:10:16 +09:00
neuecc 529272d11b more ignore 2020-06-28 18:01:01 +09:00
neuecc 3980f314fa Fix UnityWebRequestExtensions obsolete warning in Unity 2020.2 2020-06-19 16:46:30 +09:00
neuecc 3e00735b3d Add AsUniTaskAsyncEnumerable/AsAsyncEnumerable in .NET Core 2020-06-15 15:23:25 +09:00
neuecc 5e59e7ec86 netstandard2.0 support #84 2020-06-05 16:45:40 +09:00
neuecc d7bef8c5b5 setup release 2020-06-04 15:11:51 +09:00
neuecc 130286e8c2 TriggerEvent becomes linkedlist 2020-06-01 13:40:35 +09:00
neuecc 24faa34418 TaskPoolMonitor -> TaskPool 2020-05-29 03:58:22 +09:00
neuecc 21bf08a6b3 replace all promisepool to new taskpool system 2020-05-29 03:43:18 +09:00
neuecc 10fb8060fa use PooledDelegate to avoid convert Action to Action<AsyncOperation> allocation 2020-05-27 07:37:16 +09:00
neuecc 985aa5c43a add allocationchecker in netcore sandbox project 2020-05-25 19:37:11 +09:00
neuecc d27d6d5d9d UniTask.Yield in .NET Core becomes zero allocation 2020-05-25 19:33:54 +09:00
neuecc 6dfb969015 Add ValueTask.AsUniTask only for .NET Core 2020-05-24 01:30:52 +09:00
neuecc 51ba740413 In .NET Core, IUniTaskSource implements IValueTaskSource and implicit, zero overhead conversion 2020-05-24 00:18:39 +09:00
neuecc ee58aab0a9 Add AsyncReactiveProperty 2020-05-17 01:29:45 +09:00
neuecc 79f770e687 Improve Stacktrace Part2 2020-05-13 11:36:33 +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 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
neuecc 5db5beab29 Reverse 2020-05-10 23:26:25 +09:00
neuecc 3f082f1923 defaultifempty 2020-05-10 22:52:12 +09:00
neuecc 93dd82e3d4 exception testing 2020-05-10 22:44:40 +09:00
neuecc af6dbd8868 append prepend concat 2020-05-10 03:50:29 +09:00
neuecc 716decd199 ToDict, ToLookup, ToList, TOHashSet, ToObservable 2020-05-10 02:39:13 +09:00
neuecc f37cd703a9 Aggregate and ForEach 2020-05-10 00:33:46 +09:00
neuecc 31b788a2c9 All, ANy, Contains, SequeuceEqual 2020-05-10 00:07:51 +09:00
neuecc e93bcbf564 Count, LongCount 2020-05-09 23:33:27 +09:00
neuecc aa8cb80866 First, Last, Single, ElementAt 2020-05-09 23:22:51 +09:00
neuecc dd6a8da96f generics MinMax and tests 2020-05-09 22:06:51 +09:00
neuecc d4511c0f67 Average, MinMax, and others 2020-05-09 15:33:46 +09:00
neuecc c16433e0fe Never 2020-05-08 15:16:43 +09:00
neuecc ed0990e402 generator and tests 2020-05-08 12:08:15 +09:00