|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Job information snapshot for diagnostics and monitoring. More...
#include <chrono>#include <cstdint>#include <iomanip>#include <optional>#include <sstream>#include <string>#include <thread>

Go to the source code of this file.
Classes | |
| struct | kcenon::thread::diagnostics::job_info |
| Information about a job in the thread pool. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
| namespace | kcenon::thread::diagnostics |
Functions | |
| auto | kcenon::thread::diagnostics::job_status_to_string (job_status status) -> std::string |
| Converts job_status to human-readable string. | |
Job information snapshot for diagnostics and monitoring.
Definition in file job_info.h.