Bart De Smet 8be4811163 Moving to Async naming convention. 7 years ago
..
Amb.cs 3a3c59ba42 Change signature of Clone. 7 years ago
Buffer.cs 3a3c59ba42 Change signature of Clone. 7 years ago
Catch.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
Concat.cs 3a3c59ba42 Change signature of Clone. 7 years ago
Defer.cs 1ddf353701 Rewrite Defer to be lazy in all cases. 7 years ago
Distinct.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
DistinctUntilChanged.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
Do.cs 3a3c59ba42 Change signature of Clone. 7 years ago
Expand.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
Finally.cs 3a3c59ba42 Change signature of Clone. 7 years ago
Generate.cs 3a3c59ba42 Change signature of Clone. 7 years ago
IgnoreElements.cs 3a3c59ba42 Change signature of Clone. 7 years ago
IsEmpty.cs 8be4811163 Moving to Async naming convention. 7 years ago
Max.cs 8be4811163 Moving to Async naming convention. 7 years ago
MaxBy.cs 8be4811163 Moving to Async naming convention. 7 years ago
Merge.cs 3a3c59ba42 Change signature of Clone. 7 years ago
Min.cs 8be4811163 Moving to Async naming convention. 7 years ago
MinBy.cs 8be4811163 Moving to Async naming convention. 7 years ago
Never.cs f12d4482cc Minor edits of Never. 7 years ago
OnErrorResumeNext.cs 3a3c59ba42 Change signature of Clone. 7 years ago
Repeat.cs 3a3c59ba42 Change signature of Clone. 7 years ago
Retry.cs 07a9483ed7 Share some code and streamline exceptions. 7 years ago
Return.cs 5e94397dee Add support for IAsyncListProvider to Return. 7 years ago
Scan.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
SelectMany.cs 07a9483ed7 Share some code and streamline exceptions. 7 years ago
StartWith.cs 07a9483ed7 Share some code and streamline exceptions. 7 years ago
Throw.cs 30e9bf266f Fix Throw factory. 7 years ago
Timeout.cs 3a3c59ba42 Change signature of Clone. 7 years ago
Using.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago