|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Job execution event types and listener interface for tracing. More...
#include <chrono>#include <cstdint>#include <functional>#include <iomanip>#include <memory>#include <optional>#include <sstream>#include <string>#include <thread>

Go to the source code of this file.
Classes | |
| struct | kcenon::thread::diagnostics::job_execution_event |
| Event data for job execution tracing. More... | |
| class | kcenon::thread::diagnostics::execution_event_listener |
| Interface for receiving job execution events. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
| namespace | kcenon::thread::diagnostics |
Functions | |
| auto | kcenon::thread::diagnostics::event_type_to_string (event_type type) -> std::string |
| Converts event_type to human-readable string. | |
Job execution event types and listener interface for tracing.
Definition in file execution_event.h.