|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Error handler interface for customizable error handling strategies. More...
#include <functional>#include <string>#include <kcenon/common/interfaces/logger_interface.h>#include <kcenon/common/interfaces/global_logger_registry.h>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::error_handler |
| Error handler interface. More... | |
| class | kcenon::thread::default_error_handler |
| Default error handler implementation. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Error handler interface for customizable error handling strategies.
Definition in file error_handler.h.