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

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

FutureWithErrorHandler(std::future< T > future)threadschedule::FutureWithErrorHandler< T >inlineexplicit
FutureWithErrorHandler(FutureWithErrorHandler const &)=deletethreadschedule::FutureWithErrorHandler< T >
FutureWithErrorHandler(FutureWithErrorHandler &&)=defaultthreadschedule::FutureWithErrorHandler< T >
get() -> Tthreadschedule::FutureWithErrorHandler< T >inline
on_error(std::function< void(std::exception_ptr)> callback) -> FutureWithErrorHandler &threadschedule::FutureWithErrorHandler< T >inline
operator=(FutureWithErrorHandler const &) -> FutureWithErrorHandler &=deletethreadschedule::FutureWithErrorHandler< T >
operator=(FutureWithErrorHandler &&) -> FutureWithErrorHandler &=defaultthreadschedule::FutureWithErrorHandler< T >
valid() const -> boolthreadschedule::FutureWithErrorHandler< T >inline
wait() constthreadschedule::FutureWithErrorHandler< T >inline
wait_for(std::chrono::duration< Rep, Period > const &timeout_duration) constthreadschedule::FutureWithErrorHandler< T >inline
wait_until(std::chrono::time_point< Clock, Duration > const &timeout_time) constthreadschedule::FutureWithErrorHandler< T >inline