|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
#include <kcenon/common/interfaces/logger_interface.h>#include <kcenon/common/interfaces/global_logger_registry.h>#include <iostream>#include <mutex>#include <iomanip>#include <sstream>#include <chrono>

Go to the source code of this file.
Classes | |
| class | mock_logger |
| Mock logger implementation for demonstration. More... | |