System.Collections.IEnumerableExtensions
Converts generic IEnumerable to IAsyncEnumerable
public static IAsyncEnumerable ToAsyncEnumerable(this IEnumerable enumerable, bool runSynchronously = true)
Creates IAsyncEnumerable adapter for IEnumerable