Helper methods related to IAsyncEnumerable<T> and IAsyncEnumerator<T>.
Namespace: Metalama.Patterns.Caching.Aspects.Helpers
Assembly: Metalama.Patterns.Caching.Aspects.dll
Syntax
public static class AsyncEnumerableHelper
Remarks
This class is used by code generated by caching framework aspects.
Methods
Name | Description |
---|---|
AsAsyncEnumerable<T>(Task<IAsyncEnumerable<T>>) | If |
AsAsyncEnumerable<T>(ValueTask<IAsyncEnumerable<T>?>) | If |
AsAsyncEnumerator<T>(Task<IAsyncEnumerator<T>?>) | If |
AsAsyncEnumerator<T>(ValueTask<IAsyncEnumerator<T>?>) | If |