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

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

display_info()threadman::Promise< T >inlinestatic
get_future()threadman::Promise< T >inline
operator=(const Promise &)=deletethreadman::Promise< T >
operator=(Promise &&) noexcept=defaultthreadman::Promise< T >
Promise()threadman::Promise< T >inline
Promise(const Promise &)=deletethreadman::Promise< T >
Promise(Promise &&) noexcept=defaultthreadman::Promise< T >
set_exception(const std::exception_ptr &ex)threadman::Promise< T >inline
set_value(U &&v)threadman::Promise< T >inline
set_value()threadman::Promise< T >inline
valid() const noexceptthreadman::Promise< T >inline
value_type typedefthreadman::Promise< T >
~Promise()threadman::Promise< T >inline