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.170 -- Release Build+d52ae7197b8b2924ea9e1e530d25301718816611
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