|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
This is the complete list of members for fc::promise< T >, including all inherited members.
| _cancellation_reason | fc::promise_base | protected |
| _notify() | fc::promise_base | protected |
| _on_complete(detail::completion_handler *c) | fc::promise_base | protected |
| _set_value(const void *v) | fc::promise_base | protected |
| _wait(const microseconds &timeout_us) | fc::promise_base | protected |
| _wait_until(const time_point &timeout_us) | fc::promise_base | protected |
| cancel(const char *reason FC_CANCELATION_REASON_DEFAULT_ARG) | fc::promise_base | virtual |
| canceled() const | fc::promise_base | inline |
| create(const char *desc FC_TASK_NAME_DEFAULT_ARG) | fc::promise< T > | inlinestatic |
| create(const T &val) | fc::promise< T > | inlinestatic |
| create(T &&val) | fc::promise< T > | inlinestatic |
| error() const | fc::promise_base | |
| get_desc() const | fc::promise_base | |
| on_complete(CompletionHandler &&c) | fc::promise< T > | inline |
| promise(const char *desc) | fc::promise< T > | inlineprotected |
| promise(const T &val) | fc::promise< T > | inlineprotected |
| promise(T &&val) | fc::promise< T > | inlineprotected |
| promise_base(const char *desc FC_TASK_NAME_DEFAULT_ARG) | fc::promise_base | protected |
| ptr typedef | fc::promise< T > | |
| ready() const | fc::promise_base | |
| result | fc::promise< T > | protected |
| set_exception(const fc::exception_ptr &e) | fc::promise_base | |
| set_value(const T &v) | fc::promise< T > | inline |
| set_value(T &&v) | fc::promise< T > | inline |
| wait(const microseconds &timeout=microseconds::maximum()) | fc::promise< T > | inline |
| wait_until(const time_point &tp) | fc::promise< T > | inline |
| ~promise() | fc::promise< T > | inlinevirtual |
| ~promise_base() | fc::promise_base | virtual |
1.8.17