timcassell / ProtoPromise

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

Add parallel async Linq #392

Open timcassell opened 4 months ago

timcassell commented 4 months ago

To enable parallelization of async Linq queries, similar to PLINQ (System.Linq.ParallelEnumerable).