A ThreadPool library in C++

前端 未结 6 481
日久生厌
日久生厌 2021-01-19 23:05

I am looking for a good and stable threadpool library for C++ that\'s fairly well documented. I know about the Native Windows thread pool API and the newer Vista Thread Poo

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-19 23:42

    Have a look at the ThreadPool and TaskManager classes from the Poco C++ libraries.

提交回复
热议问题