#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 "Singleton.hxx"
Go to the source code of this file.
Classes | |
class | TaggedThreadPool< ThreadCountCompileTime > |
Typedefs | |
typedef Singleton< TaggedThreadPool< 300 > > | ThreadPoolSingleton |
typedef Singleton<TaggedThreadPool<300> > ThreadPoolSingleton |
Definition at line 203 of file TaggedThreadPool.hxx.