C ++中一个带有线程优先级的简单线程池

时间:2010-11-15 07:48:05

标签: c++ multithreading threadpool

  

可能重复:
  threadpool in c++

我需要自己编写或使用已编写的线程池在C ++中优先级。提升线程池太复杂了。请给我一个建议。

1 个答案:

答案 0 :(得分:0)

如果您对如何使用std::queue编写简单的线程池有基本的了解,请将std::queue更改为std::priority_queue,您将获得具有优先级的线程池