timcassell / ProtoPromise

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

Add `AsyncEnumerable.SumAsync` extensions #371

Closed timcassell closed 5 months ago

timcassell commented 5 months ago

294

Same as #343, I left out overloads with selector functions that System.Linq has, because it resulted in an extra 80 overloads (90 total!). Users can simply use .Select query before the .SumAsync instead.