|
Async++ unknown
Async (co_await/co_return) code for C++
|
This is the complete list of members for asyncpp::promise< void >, including all inherited members.
| fulfill() (defined in asyncpp::promise< void >) | asyncpp::promise< void > | inline |
| get() const (defined in asyncpp::promise< void >) | asyncpp::promise< void > | inline |
| get(std::chrono::duration< Rep, Period > timeout) const (defined in asyncpp::promise< void >) | asyncpp::promise< void > | inline |
| make_fulfilled() (defined in asyncpp::promise< void >) | asyncpp::promise< void > | inlinestatic |
| make_rejected(std::exception_ptr exception) (defined in asyncpp::promise< void >) | asyncpp::promise< void > | inlinestatic |
| make_rejected(Args &&... args) (defined in asyncpp::promise< void >) | asyncpp::promise< void > | inlinestatic |
| operator co_await() const noexcept (defined in asyncpp::promise< void >) | asyncpp::promise< void > | inline |
| operator=(const promise &other)=default | asyncpp::promise< void > | |
| promise()=default | asyncpp::promise< void > | |
| promise(const promise &other)=default | asyncpp::promise< void > | |
| result_type typedef (defined in asyncpp::promise< void >) | asyncpp::promise< void > | |
| then(std::function< void()> then_cb, std::function< void(const std::exception_ptr &)> catch_cb) (defined in asyncpp::promise< void >) | asyncpp::promise< void > | inline |
| try_fulfill() (defined in asyncpp::promise< void >) | asyncpp::promise< void > | inline |
| try_get(std::nothrow_t) const noexcept (defined in asyncpp::promise< void >) | asyncpp::promise< void > | inline |
| try_get() const (defined in asyncpp::promise< void >) | asyncpp::promise< void > | inline |