Dasync.Collections.EnumerableExtensions
Converts generic IEnumerable to IAsyncEnumerable
namespace Dasync.Collections
{
public static class EnumerableExtensions
{
public static IAsyncEnumerable ToAsyncEnumerable(this IEnumerable enumerable, bool runSynchronously = true);
}
}