|
MGIS
|
A ThreadPool implementation based on the initial implementation of Jakob Progsch, Václav Zeman: https://github.com/progschj/ThreadPool More...
#include <queue>#include <mutex>#include <vector>#include <thread>#include <future>#include <functional>#include <condition_variable>#include "MGIS/Config.hxx"#include "MGIS/ThreadedTaskResult.hxx"#include "MGIS/ThreadPool.ixx"Classes | |
| struct | mgis::ThreadPool |
| structure handling a fixed-size pool of threads More... | |
Namespaces | |
| namespace | mgis |
the namespace mgis encloses all the MGIS project. | |
A ThreadPool implementation based on the initial implementation of Jakob Progsch, Václav Zeman: https://github.com/progschj/ThreadPool
We added the possibility to handle exceptions through the ThreadedTaskResult class.