A ThreadPool library in C++

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

    Qt has a threading library with some nice high-level operations like map/reduce etc, as well as low-level threading stuff and thread-pool support.

    Qt might be a bit big for you though, but you can use a part of it pretty easily.

提交回复
热议问题