Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 418 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 418 Bytes

ThreadPool

C++ Generic C++ ThreadPool Implementation. Good For Non Blocking Task. Work In Progress In the next update I will try to add interrupted threads, proper thread pool contructing, and more method to deal with threadpooling Such as batch jobs, scheduling job priority, dyanamic creation of thread worker as job size increase. This Library is cross platform written in standard and modern C+11+ Stay Tune