amibar / SmartThreadPool

A .NET Thread Pool fully implemented in C# with many features
http://www.codeproject.com/Articles/7933/Smart-Thread-Pool
Microsoft Public License
507 stars 182 forks source link

SmartThreadPool.WaitAll should support IEnumerable<IWaitableResult> in addition to IWaitableResult[] #30

Closed smalgin closed 2 years ago

smalgin commented 2 years ago

Maybe not.