|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
General-purpose worker thread pool for parallel task execution. More...
#include <thread>#include <mutex>#include <condition_variable>#include <memory>#include <ah-errors.H>#include <tpl_arrayQueue.H>#include <iostream>Go to the source code of this file.
Classes | |
| class | WorkersSet< WorkerFct > |
| Thread pool for parallel worker function execution. More... | |
General-purpose worker thread pool for parallel task execution.
This file provides WorkersSet, a configurable thread pool that executes user-provided worker functions in parallel.
Definition in file worker_pool.H.