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.166 -- Release Build+d3cb24a90fe44346300dfbb17444d7b350f42d79
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