System.Collections.Async.AsyncEnumerator<T>
Helps to enumerate items in a collection asynchronously
Internal implementation details
The asynchronous version of the 'yield' construction
An empty IAsyncEnumerator<T>. Safe to use by multiple threads.