|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
Typedefs | |
| using | error_callback_storage = ::threadschedule::detail::copyable_function< void(task_error const &)> |
| using | future_error_callback = ::threadschedule::detail::move_only_function< void(std::exception_ptr)> |
| using threadschedule::advanced::error_handler_detail::error_callback_storage = typedef ::threadschedule::detail::copyable_function<void(task_error const&)> |
Definition at line 27 of file error_handler.hpp.
| using threadschedule::advanced::error_handler_detail::future_error_callback = typedef ::threadschedule::detail::move_only_function<void(std::exception_ptr)> |
Definition at line 28 of file error_handler.hpp.