C++ Actor Framework 0.19
|
This is the complete list of members for caf::async::promise< T >, including all inherited members.
get_future() const | caf::async::promise< T > | |
operator bool() const noexcept (defined in caf::async::promise< T >) | caf::async::promise< T > | explicit |
operator!() const noexcept (defined in caf::async::promise< T >) | caf::async::promise< T > | |
operator=(promise &&) noexcept=default (defined in caf::async::promise< T >) | caf::async::promise< T > | |
operator=(const promise &other) noexcept (defined in caf::async::promise< T >) | caf::async::promise< T > | |
promise(promise &&) noexcept=default (defined in caf::async::promise< T >) | caf::async::promise< T > | |
promise(const promise &other) noexcept (defined in caf::async::promise< T >) | caf::async::promise< T > | |
promise() (defined in caf::async::promise< T >) | caf::async::promise< T > | |
set_error(error reason) | caf::async::promise< T > | |
set_value(T value) | caf::async::promise< T > | |
valid() const noexcept (defined in caf::async::promise< T >) | caf::async::promise< T > | |
~promise() (defined in caf::async::promise< T >) | caf::async::promise< T > |