Seastar
High performance C++ framework for concurrent servers
|
This is the complete list of members for seastar::promise< T >, including all inherited members.
get_future() noexcept | seastar::promise< T > | inline |
move_it(promise &&x) noexcept | seastar::promise< T > | inline |
operator=(promise &&x) noexcept (defined in seastar::promise< T >) | seastar::promise< T > | inline |
operator=(const promise &)=delete (defined in seastar::promise< T >) | seastar::promise< T > | |
promise() noexcept | seastar::promise< T > | inline |
promise(promise &&x) noexcept (defined in seastar::promise< T >) | seastar::promise< T > | inline |
promise(const promise &)=delete (defined in seastar::promise< T >) | seastar::promise< T > | |
set_exception(std::exception_ptr &&ex) noexcept | seastar::promise< T > | inline |
set_exception(const std::exception_ptr &ex) noexcept (defined in seastar::promise< T >) | seastar::promise< T > | inline |
set_exception(Exception &&e) noexcept | seastar::promise< T > | inline |
set_to_current_exception() noexcept | seastar::promise< T > | inline |
set_value(A &&... a) noexcept | seastar::promise< T > | inline |