timcassell / ProtoPromise

Robust and efficient library for management of asynchronous operations in C#/.Net.
MIT License
147 stars 13 forks source link

Add async Linq extensions for `AsyncEnumerable` #294

Closed timcassell closed 7 months ago

timcassell commented 10 months ago

It won't just be copying the regular Linq extensions like Chunk that return newly allocated collections. Will need to be clever about exposing temporary collections so they can be pooled after use.

timcassell commented 7 months ago

.Net 9 is adding CountyBy, AggregateBy and Index which we can also add to the list.