Skip to content

cmWorkerPool tweaks

Sebastian Holtermann requested to merge sebholt/cmake:cmWorkerPool_Tweaks into master

This adds a few changes to the cmWorkerPool framework:

  • The worker thread count is set by the new cmWorkerPool::SetThreadCount method before cmWorkerPool::Process.
  • The internal worker thread class is moved from cmWorkerPoolInternal::WorkerT to cmWorkerPoolWorker.

Merge request reports