Ian Griffiths
|
1ce85f4066
Preparing for System.Linq.AsyncEnumerable (#2240)
|
1 week ago |
Claire Novotny
|
f1b5e96157
Update to MIT license
|
5 years ago |
akarnokd
|
c9acefcb75
Add documentation to AsyncEnumerable methods.
|
5 years ago |
Bart J.F. De Smet
|
36d59e375d
Merge branch 'master' into dev/bartde/switch_expr
|
6 years ago |
Bart De Smet
|
ecd22ed6f0
Use C# 8.0 switch expression
|
6 years ago |
Bart De Smet
|
0311af1adb
Fix a number of nullable warnings.
|
6 years ago |
Bart De Smet
|
f329683555
Enable nullable reference types.
|
6 years ago |
Oren Novotny
|
3edb789069
Use BCL types
|
6 years ago |
Oren Novotny
|
176fd41eba
Add shim for code that's moved to TaskExtensions
|
6 years ago |
Bart De Smet
|
962fc99716
Style consistency for new code
|
6 years ago |
Bart De Smet
|
d5aa7e28b0
Remove USE_AWAIT_FOREACH (always on now).
|
6 years ago |
Bart De Smet
|
ca0a8b53b4
Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds.
|
6 years ago |
Bart De Smet
|
e576f23303
Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface.
|
6 years ago |
Bart De Smet
|
dd907ead48
Use C# 8.0 in Concat.
|
6 years ago |
Oren Novotny
|
b9f9514d57
Revert "Use only var when type is obvious."
|
6 years ago |
Bart De Smet
|
876ee400a9
Use only var when type is obvious.
|
6 years ago |
Bart De Smet
|
aa2430bb42
Check for cancellation in a few more places.
|
6 years ago |
Bart De Smet
|
b83c4ac69d
Fix a link.
|
6 years ago |
Bart De Smet
|
ce1cc00303
Use ValueTask in a few more places.
|
6 years ago |
Bart De Smet
|
8be4811163
Moving to Async naming convention.
|
7 years ago |
Bart De Smet
|
3a3c59ba42
Change signature of Clone.
|
7 years ago |
Bart De Smet
|
906f9c5577
Fix field names.
|
7 years ago |
Bart De Smet
|
26c9d054e6
Use cancellation token from field.
|
7 years ago |
Bart De Smet
|
01f79649b6
Improving GetCountAsync to avoid async machinery.
|
7 years ago |
Bart De Smet
|
cfd11d1c62
Adding BCL style exception factories.
|
7 years ago |
Bart De Smet
|
b53998f1d6
More code cleanup.
|
7 years ago |
Bart De Smet
|
4847c39521
Modernize some code.
|
7 years ago |
Bart De Smet
|
271688e421
Adapting to GetAsyncEnumerator(CancellationToken) interface change.
|
7 years ago |
Oren Novotny
|
812308825f
Update to use latest interface spec
|
7 years ago |
Bart De Smet
|
ada8a64036
Renaming IIListProvider to IAsyncIListProvider.
|
8 years ago |