timcassell / ProtoPromise

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

Accept generic comparers in `AsyncEnumerable` Linq extensions. #335

Closed timcassell closed 7 months ago

timcassell commented 7 months ago

This way struct comparers can be used without boxing.