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
508 stars 182 forks source link

Update SmartThreadPool.cs #12

Closed tiwariarvin closed 8 years ago

tiwariarvin commented 9 years ago

Added constructor to facilitate construction in "suspended mode" set to either on or off. I found it useful and a shortcut.

tiwariarvin commented 9 years ago

Hi Amibar - Did you had a chance to look at it? Added it as it helped me in my project.

Cheers Arvin