|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
Portable task failure reporting. More...
#include <chrono>#include <exception>#include <functional>#include <string>#include <thread>#include <utility>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. | |
Portable task failure reporting.
Definition in file task_error.hpp.