PicoScenes API Docs
 
Loading...
Searching...
No Matches
TaggedThreadPool.hxx File Reference
#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"
Include dependency graph for TaggedThreadPool.hxx:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ ThreadPoolSingleton

Singleton instance of a TaggedThreadPool with 300 threads.

Definition at line 273 of file TaggedThreadPool.hxx.