Brendan Forster
|
f9007228ca
some code cleanup
|
9 年之前 |
Oren Novotny
|
3be42ecd5d
Code review feedback
|
9 年之前 |
Daniel Weber
|
c1b2e10858
In AsyncIterator.Dispose, check whether cancellationTokenSource is null. Since AsyncIterator is not public, the problem here only arises when a reference of AsyncIterator is explicitly cast to IDisposable and disposed of - in IoC-containers like Autofac, this is a common scenario since it keeps track of all created disposables so this is gonna explode somewhere without this fix.
|
9 年之前 |
Oren Novotny
|
73b93fd38d
Using
|
9 年之前 |
Oren Novotny
|
235d2e692c
limit cxl token scope
|
9 年之前 |
Oren Novotny
|
2fd3ca0c5d
Remove nested type in generic class
|
9 年之前 |
Oren Novotny
|
2625ec1b44
Fix short-circuit to ensure we throw
|
9 年之前 |
Oren Novotny
|
f50dec7ceb
Short circuit on pre-cancelled token
|
9 年之前 |
Oren Novotny
|
0841a4e47d
Fixes to tests
|
9 年之前 |
Oren Novotny
|
abfb2c93da
Address some bugs that were hanging tests
|
9 年之前 |
Oren Novotny
|
eae9668922
Change visibility of MoveNextCore to protected
|
9 年之前 |
Oren Novotny
|
902947c1fb
Ensure CancellationToken's are properly hooked up
|
9 年之前 |
Oren Novotny
|
d962aebc40
Add where/select optimizations
|
9 年之前 |