#include <thread>#include <iostream>#include <any>#include <numeric>#include <vector>#include <deque>#include <functional>#include <condition_variable>#include <optional>#include <map>#include <shared_mutex>#include <algorithm>#include <chrono>#include "Singleton.hxx"

Go to the source code of this file.
Classes | |
| class | TaggedThreadPool< ThreadCountCompileTime > |
| A thread pool with tagged threads for task management. More... | |
Typedefs | |
| typedef Singleton< TaggedThreadPool< 300 > > | ThreadPoolSingleton |
| Singleton instance of a TaggedThreadPool with 300 threads. | |
| typedef Singleton<TaggedThreadPool<300> > ThreadPoolSingleton |
Singleton instance of a TaggedThreadPool with 300 threads.
Definition at line 273 of file TaggedThreadPool.hxx.