|
Thrill
0.1
|
#include <atomic>#include <cassert>#include <condition_variable>#include <deque>#include <mutex>#include <thread>#include <tlx/container/simple_vector.hpp>#include <tlx/delegate.hpp>
Include dependency graph for thread_pool.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ThreadPool |
| ThreadPool starts a fixed number p of std::threads which process Jobs that are enqueued into a concurrent job queue. More... | |
Namespaces | |
| tlx | |