Dasync.Collections.IAsyncEnumerable<T> public interface IAsyncEnumerable<T> : IAsyncEnumerable Exposes the asynchronous enumerator, which supports a simple iteration over a collection of typed items Documentation Code IAsyncEnumerator<T> GetAsyncEnumerator(CancellationToken cancellationToken = default) Creates an enumerator that iterates through a collection asynchronously