A ThreadPool library in C++

前端 未结 6 535
日久生厌
日久生厌 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:30

    There's also ACE which does thread-pooling over networks, so it's a fair bit more complex. (but deserves mentioning here, IMO)

提交回复
热议问题