| Type extension | Description |
Full Usage:
this.AsAsyncEnumerable
Parameters:
CancellationToken
-
Checked between items and honored by GetAsyncEnumerator
only when it is not the default - see FeedIteratorAsyncEnumerable{T} for what happens
when a token is supplied to GetAsyncEnumerator instead
(for example via WithCancellation).
Returns: IAsyncEnumerable<'T>
|
Extended Type:
|