Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道Threadpool发生了什么?
它似乎质量很好,虽然没有包括测试。为什么这没有被添加到 Boost 中?有人知道 C++11 端口吗?
Boost::Thread有一个thread_group提供典型线程池操作的类型。在 C++11 中,使用std::futures 可能会自动进行一些池化。
thread_group
std::future