ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
task_error.hpp File Reference

Portable task failure reporting. More...

#include <chrono>
#include <exception>
#include <functional>
#include <string>
#include <thread>
#include <utility>
Include dependency graph for task_error.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  threadschedule::task_error
 Captured information about a task failure. More...
 

Namespaces

namespace  threadschedule
 

Typedefs

using threadschedule::error_callback = std::function< void(task_error const &)>
 Callback signature for asynchronous task error reporting.
 

Detailed Description

Portable task failure reporting.

Definition in file task_error.hpp.