|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
#include <kcenon/common/interfaces/monitoring_interface.h>#include <iostream>#include <deque>#include <mutex>#include <thread>#include <atomic>

Go to the source code of this file.
Classes | |
| class | mock_monitoring |
| Mock monitoring implementation for demonstration. More... | |
| struct | mock_monitoring::monitoring_stats |