Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
error_handler.h File Reference

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>
Include dependency graph for error_handler.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Error handler interface for customizable error handling strategies.

Definition in file error_handler.h.