Async Linq CancelationToken
parameters for async delegates
#516
Labels
enhancement
New feature or request
Milestone
Example,
Where
hasBut it's missing
This is necessary to pass through the
CancelationToken
that is provided toAsyncEnumerable.GetAsyncEnumerator(CancelationToken)
when the creator of the iterator has no control over how it's iterated (e.g. returningAsyncEnumerable<T>
in a public API).The text was updated successfully, but these errors were encountered: