|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Internal logging interface for the thread system. More...
#include <string>#include <string_view>#include <chrono>#include <sstream>#include <iomanip>#include <thread>#include <mutex>#include <iostream>#include <atomic>#include <cstdlib>#include <ctime>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::thread_logger |
| Structured logger for thread system. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Enumerations | |
| enum class | kcenon::thread::log_level { kcenon::thread::trace , kcenon::thread::debug , kcenon::thread::info , kcenon::thread::warning , kcenon::thread::error , kcenon::thread::critical } |
| Logging severity levels (legacy). More... | |
Internal logging interface for the thread system.
Definition in file thread_logger.h.