ThreadSchedule 1.0.0
Modern C++ thread management library
|
Task wrapper that provides error handling. More...
#include <error_handler.hpp>
Public Member Functions | |
ErrorHandledTask (Func &&func, std::shared_ptr< ErrorHandler > handler, std::string description="") | |
void | operator() () |
Task wrapper that provides error handling.
Wraps a task function and handles exceptions according to the provided error handler.
Definition at line 148 of file error_handler.hpp.
|
inline |
Definition at line 151 of file error_handler.hpp.
|
inline |
Definition at line 156 of file error_handler.hpp.