Details
Description
Data streamer requires IAsyncEnumerable source. However, data sources are often synchronous (like an in-memory collection).
There is no way to convert an IEnumerable to an IAsyncEnumerable in the standard library. The user has to install System.Linq.Async or implement their own extension.
We can provide an extension method and corresponding overloads to simplify the streamer API usage.
Attachments
Issue Links
- links to