IAsyncEnumerableExtensions Class

Defines extension functions related to manipulation of IAsyncEnumerableT implementations.

Definition

Namespace: Gemstone.Collections.IAsyncEnumerableExtensions
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.167 -- Release Build+1e132a4d484f1823d39b71639f55ad9da4974e99
public static class IAsyncEnumerableExtensions
Inheritance
Object    IAsyncEnumerableExtensions

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