Dasync.Collections.AsyncEnumerable<T> public class AsyncEnumerable<T> : AsyncEnumerable, IAsyncEnumerable, IAsyncEnumerable<T> Helps to enumerate items in a collection asynchronously Documentation Code public static readonly IAsyncEnumerable<T> Empty A pre-cached empty collection public AsyncEnumerable(Func<Yield<T>, Task> enumerationFunction) public IAsyncEnumerator<T> GetAsyncEnumerator(CancellationToken cancellationToken = default) Creates an enumerator that iterates through a collection asynchronously