Dasync.Collections.Internals.AsyncEnumerableWrapper<T> sealed class AsyncEnumerableWrapper<T> : IAsyncEnumerable, IAsyncEnumerable<T> Documentation Code public AsyncEnumerableWrapper(IEnumerable<T> enumerable, bool runSynchronously) public IAsyncEnumerator<T> GetAsyncEnumerator(CancellationToken cancellationToken = default)