![]() |
Libftpp
A modern C++ library
|
#include <condition_variable>#include <functional>#include <mutex>#include <queue>#include <thread>#include <vector>
Include dependency graph for worker_pool.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | WorkerPool |
| Worker Pool for Concurrent Job Execution. More... | |
| class | WorkerPool::IJobs |
| Interface for defining jobs to be executed by the worker pool. Classes implementing this interface must define the start() method. More... | |