Bart De Smet d2b8eeae81 Add comment to SelectMany. 6 лет назад
..
Aggregate.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
All.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
Any.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
AppendPrepend.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. 7 лет назад
Average.Generated.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 лет назад
Average.Generated.tt 0171e2bad0 Use await using which now can bind to configured tasks. 6 лет назад
Cast.cs 490e2dd857 Use async iterators for Cast. 6 лет назад
Concat.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
Contains.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
Count.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
DefaultIfEmpty.cs fab4165c01 Reduce code in DefaultIfEmpty. 6 лет назад
Distinct.cs b2cc797263 Reduce code duplication in Distinct. 6 лет назад
ElementAt.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
ElementAtOrDefault.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. 6 лет назад
Except.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
First.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 лет назад
FirstOrDefault.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 лет назад
ForEach.cs 1d87e7a0ae Fix CancellationToken overloads of ForEachAsync. 6 лет назад
GroupBy.cs 7d459c9d85 Implementing more overloads of GroupBy. 6 лет назад
GroupJoin.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 лет назад
Grouping.cs 043997b2e7 Fix typo. 6 лет назад
Intersect.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
Join.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 лет назад
Last.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 лет назад
LastOrDefault.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
LongCount.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
Lookup.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
Max.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 лет назад
Min.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 лет назад
MinMax.Generated.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 лет назад
MinMax.Generated.tt 0171e2bad0 Use await using which now can bind to configured tasks. 6 лет назад
OfType.cs 7a0f4fe957 Use async iterators for OfType. 6 лет назад
OrderBy.cs 7f90a10101 Reduce code in OrderBy. 6 лет назад
OrderedAsyncEnumerable.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 лет назад
Range.cs 1144c88c20 Eliminate redundant code in Range. 6 лет назад
Repeat.cs aa2430bb42 Check for cancellation in a few more places. 6 лет назад
Reverse.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 лет назад
Select.Opt.Generated.cs 2b0cd8e161 Enabling optimizations for combining N selectors 6 лет назад
Select.Opt.Generated.tt 2b0cd8e161 Enabling optimizations for combining N selectors 6 лет назад
Select.Opt.cs 2b0cd8e161 Enabling optimizations for combining N selectors 6 лет назад
Select.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
SelectMany.cs d2b8eeae81 Add comment to SelectMany. 6 лет назад
SequenceEqual.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 лет назад
Single.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 лет назад
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." 6 лет назад
SingleOrDefault.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 лет назад
Skip.cs 3a3c59ba42 Change signature of Clone. 7 лет назад
SkipLast.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 лет назад
SkipWhile.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 лет назад
Sum.Generated.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
Sum.Generated.tt 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
Take.cs cfd11d1c62 Adding BCL style exception factories. 7 лет назад
TakeLast.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 лет назад
TakeWhile.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
ToArray.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 лет назад
ToAsyncEnumerable.Observable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 лет назад
ToAsyncEnumerable.Task.cs 80b4afa2c0 Small tweak to Task<T> conversion code. 6 лет назад
ToAsyncEnumerable.cs aa2430bb42 Check for cancellation in a few more places. 6 лет назад
ToDictionary.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
ToEnumerable.cs 0980e87430 Avoiding heap-allocated closures 6 лет назад
ToHashSet.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
ToList.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
ToLookup.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 лет назад
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 лет назад
Union.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
Utilities.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
Where.Opt.Generated.cs be5d8bb438 Enabling optimizations for combining N predicates 6 лет назад
Where.Opt.Generated.tt be5d8bb438 Enabling optimizations for combining N predicates 6 лет назад
Where.Opt.cs be5d8bb438 Enabling optimizations for combining N predicates 6 лет назад
Where.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 лет назад
Zip.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 лет назад