System.Linq.Async icon indicating copy to clipboard operation
System.Linq.Async copied to clipboard

Prototype of LINQ over IAsyncEnumerable<T> using C# 8.0.

Results 1 System.Linq.Async issues
Sort by recently updated
recently updated
newest added

Glad to see LINQ-to-Anything quest continues, Bart... I do see Where, Select, etc... on IAsyncEnumerable interface... thus I gather that will be possible to use full LINQ syntax/expressions in form:...