.. |
Amb.cs
|
f5fc1e4353
Getting rid of USE_AWAIT_USING to ensure proper binding for ConfigureAwait(false).
|
6 years ago |
Buffer.cs
|
ea0c7176ba
Fix some async iterator implementations.
|
6 years ago |
Catch.cs
|
9ec8a1f1b4
Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator.
|
6 years ago |
Concat.cs
|
ea0c7176ba
Fix some async iterator implementations.
|
6 years ago |
Defer.cs
|
ea0c7176ba
Fix some async iterator implementations.
|
6 years ago |
Distinct.cs
|
b9f9514d57
Revert "Use only var when type is obvious."
|
6 years ago |
DistinctUntilChanged.cs
|
9ec8a1f1b4
Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator.
|
6 years ago |
Do.cs
|
9ec8a1f1b4
Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator.
|
6 years ago |
Expand.cs
|
038c9696f7
Use async iterators in Expand.
|
6 years ago |
Finally.cs
|
ea0c7176ba
Fix some async iterator implementations.
|
6 years ago |
Generate.cs
|
ea0c7176ba
Fix some async iterator implementations.
|
6 years ago |
IgnoreElements.cs
|
ea0c7176ba
Fix some async iterator implementations.
|
6 years ago |
IsEmpty.cs
|
1a63ba15ab
Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select.
|
6 years ago |
Max.cs
|
1a63ba15ab
Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select.
|
6 years ago |
MaxBy.cs
|
1a63ba15ab
Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select.
|
6 years ago |
Merge.cs
|
57b45a60ad
Adding a prototype for a cheaper and fair concurrent Merge implementation (USE_FAIR_AND_CHEAPER_MERGE).
|
6 years ago |
Min.cs
|
1a63ba15ab
Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select.
|
6 years ago |
MinBy.cs
|
1a63ba15ab
Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select.
|
6 years ago |
Never.cs
|
cd755fd113
Some minor cosmetics.
|
6 years ago |
OnErrorResumeNext.cs
|
3a3c59ba42
Change signature of Clone.
|
7 years ago |
Repeat.cs
|
c835b01ea9
Use async iterators in Repeat.
|
6 years ago |
Retry.cs
|
b9f9514d57
Revert "Use only var when type is obvious."
|
6 years ago |
Return.cs
|
cd755fd113
Some minor cosmetics.
|
6 years ago |
Scan.cs
|
9ec8a1f1b4
Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator.
|
6 years ago |
SelectMany.cs
|
07a9483ed7
Share some code and streamline exceptions.
|
7 years ago |
StartWith.cs
|
a2845c9de7
Add review comment to StartWith.
|
6 years ago |
Throw.cs
|
b9f9514d57
Revert "Use only var when type is obvious."
|
6 years ago |
Timeout.cs
|
b9f9514d57
Revert "Use only var when type is obvious."
|
6 years ago |
Using.cs
|
a43c59fb3e
Use async iterators in Using.
|
6 years ago |