System.Linq.Async
Async LINQ operators for IAsyncEnumerable to compose non-blocking data pipelines.
- Best fit
- Applications consuming asynchronous streams from APIs, databases or message pipelines.
- Validate first
- Async query chains still need cancellation, backpressure awareness and careful error handling.