|
threadman 0.1.0
Header-only C++23 managed threads, dynamic pools, futures, and executors
|
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 &)=delete | threadman::Promise< T > | |
| operator=(Promise &&) noexcept=default | threadman::Promise< T > | |
| Promise() | threadman::Promise< T > | inline |
| Promise(const Promise &)=delete | threadman::Promise< T > | |
| Promise(Promise &&) noexcept=default | threadman::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 noexcept | threadman::Promise< T > | inline |
| value_type typedef | threadman::Promise< T > | |
| ~Promise() | threadman::Promise< T > | inline |