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

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

add_continuation(Continuation cb)threadman::detail::FutureState< T >inline
AddResult enum namethreadman::detail::FutureState< T >
Continuation typedefthreadman::detail::FutureState< T >
continuation_count() const noexceptthreadman::detail::FutureState< T >inline
exception() const noexceptthreadman::detail::FutureState< T >inline
get_value_move()threadman::detail::FutureState< T >inline
get_value_ref() constthreadman::detail::FutureState< T >inline
get_value_void() constthreadman::detail::FutureState< T >inline
has_exception() const noexceptthreadman::detail::FutureState< T >inline
ready() const noexceptthreadman::detail::FutureState< T >inline
set_exception(const std::exception_ptr &ex)threadman::detail::FutureState< T >inline
set_value(U &&v)threadman::detail::FutureState< T >inline
set_value()threadman::detail::FutureState< T >inline
snapshot(const bool shared) constthreadman::detail::FutureState< T >inline
value_type typedefthreadman::detail::FutureState< T >
wait() constthreadman::detail::FutureState< T >inline
wait_for(const std::chrono::duration< Rep, Period > &dur) constthreadman::detail::FutureState< T >inline
wait_until(const std::chrono::time_point< Clock, Duration > &tp) constthreadman::detail::FutureState< T >inline