IAsyncEnumerableExtensions Methods

Methods

WithAwaitConfiguredCancellationT Sets the CancellationToken to be passed to GetAsyncEnumerator(CancellationToken) when iterating and configures how awaits on the tasks returned from an async iteration will be performed, defaults to not capturing.

See Also