ThreadSchedule 1.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
threadschedule::FutureWithErrorHandler< void > Member List

This is the complete list of members for threadschedule::FutureWithErrorHandler< void >, including all inherited members.

FutureWithErrorHandler(std::future< void > future) (defined in threadschedule::FutureWithErrorHandler< void >)threadschedule::FutureWithErrorHandler< void >inlineexplicit
FutureWithErrorHandler(FutureWithErrorHandler const &)=delete (defined in threadschedule::FutureWithErrorHandler< void >)threadschedule::FutureWithErrorHandler< void >
FutureWithErrorHandler(FutureWithErrorHandler &&)=default (defined in threadschedule::FutureWithErrorHandler< void >)threadschedule::FutureWithErrorHandler< void >
get() (defined in threadschedule::FutureWithErrorHandler< void >)threadschedule::FutureWithErrorHandler< void >inline
on_error(std::function< void(std::exception_ptr)> callback) -> FutureWithErrorHandler & (defined in threadschedule::FutureWithErrorHandler< void >)threadschedule::FutureWithErrorHandler< void >inline
operator=(FutureWithErrorHandler const &) -> FutureWithErrorHandler &=delete (defined in threadschedule::FutureWithErrorHandler< void >)threadschedule::FutureWithErrorHandler< void >
operator=(FutureWithErrorHandler &&) -> FutureWithErrorHandler &=default (defined in threadschedule::FutureWithErrorHandler< void >)threadschedule::FutureWithErrorHandler< void >
valid() const -> bool (defined in threadschedule::FutureWithErrorHandler< void >)threadschedule::FutureWithErrorHandler< void >inline
wait() const (defined in threadschedule::FutureWithErrorHandler< void >)threadschedule::FutureWithErrorHandler< void >inline
wait_for(std::chrono::duration< Rep, Period > const &timeout_duration) const (defined in threadschedule::FutureWithErrorHandler< void >)threadschedule::FutureWithErrorHandler< void >inline
wait_until(std::chrono::time_point< Clock, Duration > const &timeout_time) const (defined in threadschedule::FutureWithErrorHandler< void >)threadschedule::FutureWithErrorHandler< void >inline