BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
fc::promise< void > Member List

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

_cancellation_reasonfc::promise_baseprotected
_notify()fc::promise_baseprotected
_on_complete(detail::completion_handler *c)fc::promise_baseprotected
_set_value(const void *v)fc::promise_baseprotected
_wait(const microseconds &timeout_us)fc::promise_baseprotected
_wait_until(const time_point &timeout_us)fc::promise_baseprotected
cancel(const char *reason FC_CANCELATION_REASON_DEFAULT_ARG)fc::promise_basevirtual
canceled() constfc::promise_baseinline
create(const char *desc FC_TASK_NAME_DEFAULT_ARG)fc::promise< void >inlinestatic
create(bool fulfilled, const char *desc FC_TASK_NAME_DEFAULT_ARG)fc::promise< void >inlinestatic
error() constfc::promise_base
get_desc() constfc::promise_base
on_complete(CompletionHandler &&c)fc::promise< void >inline
promise(const char *desc)fc::promise< void >inlineprotected
promise(bool fulfilled, const char *desc)fc::promise< void >inlineprotected
promise_base(const char *desc FC_TASK_NAME_DEFAULT_ARG)fc::promise_baseprotected
ptr typedeffc::promise< void >
ready() constfc::promise_base
set_exception(const fc::exception_ptr &e)fc::promise_base
set_value()fc::promise< void >inline
set_value(const void_t &)fc::promise< void >inline
wait(const microseconds &timeout=microseconds::maximum())fc::promise< void >inline
wait_until(const time_point &tp)fc::promise< void >inline
~promise()fc::promise< void >inlinevirtual
~promise_base()fc::promise_basevirtual