Async++ unknown
Async (co_await/co_return) code for C++
Loading...
Searching...
No Matches
asyncpp::promise< TResult > Member List

This is the complete list of members for asyncpp::promise< TResult >, including all inherited members.

fulfill(auto &&value)asyncpp::promise< TResult >inline
get() constasyncpp::promise< TResult >inline
get(std::chrono::duration< Rep, Period > timeout) constasyncpp::promise< TResult >inline
is_fulfilled() const noexceptasyncpp::promise< TResult >inline
is_pending() const noexceptasyncpp::promise< TResult >inline
is_rejected() const noexceptasyncpp::promise< TResult >inline
m_state (defined in asyncpp::promise< TResult >)asyncpp::promise< TResult >protected
make_fulfilled(TResult &&value)asyncpp::promise< TResult >inlinestatic
make_rejected(std::exception_ptr exception)asyncpp::promise< TResult >inlinestatic
make_rejected(Args &&... args)asyncpp::promise< TResult >inlinestatic
on_settle(std::function< void()> settle_cb)asyncpp::promise< TResult >inline
operator co_await() const noexceptasyncpp::promise< TResult >inline
operator=(const promise &other)asyncpp::promise< TResult >inline
promise()asyncpp::promise< TResult >inline
promise(const promise &other)asyncpp::promise< TResult >inline
reject(std::exception_ptr error)asyncpp::promise< TResult >inline
reject(Args &&... args)asyncpp::promise< TResult >inline
result_type typedef (defined in asyncpp::promise< TResult >)asyncpp::promise< TResult >
state typedef (defined in asyncpp::promise< TResult >)asyncpp::promise< TResult >protected
then(std::function< void(const TResult &)> then_cb, std::function< void(const std::exception_ptr &)> catch_cb)asyncpp::promise< TResult >inline
try_fulfill(auto &&value)asyncpp::promise< TResult >inline
try_get(std::nothrow_t) const noexceptasyncpp::promise< TResult >inline
try_get() constasyncpp::promise< TResult >inline
try_reject(std::exception_ptr error)asyncpp::promise< TResult >inline
try_reject(Args &&... args)asyncpp::promise< TResult >inline