threadman 0.1.0
Header-only C++23 managed threads, dynamic pools, futures, and executors
Loading...
Searching...
No Matches
threadman::Future< T > Member List

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

display_info()threadman::Future< T >inlinestatic
Futurethreadman::Future< T >friend
Future()=defaultthreadman::Future< T >
Future(const Future &)=deletethreadman::Future< T >
Future(Future &&) noexcept=defaultthreadman::Future< T >
get()threadman::Future< T >inline
get()threadman::Future< T >inline
is_ready() const noexceptthreadman::Future< T >inline
on_error(Exec &exec, Fn &&fn)threadman::Future< T >
operator=(const Future &)=deletethreadman::Future< T >
operator=(Future &&) noexcept=defaultthreadman::Future< T >
Promisethreadman::Future< T >friend
share()threadman::Future< T >
SharedFuturethreadman::Future< T >friend
snapshot() constthreadman::Future< T >inline
then(Exec &exec, Fn &&fn)threadman::Future< T >
valid() const noexceptthreadman::Future< T >inline
value_type typedefthreadman::Future< T >
wait() constthreadman::Future< T >inline
wait_for(const std::chrono::duration< Rep, Period > &dur) constthreadman::Future< T >inline
wait_until(const std::chrono::time_point< Clock, Duration > &tp) constthreadman::Future< T >inline
~Future()=defaultthreadman::Future< T >