Portable concurrency
0.11.0
|
This is the complete list of members for future< T >, including all inherited members.
detach() | future< T > | |
future() noexcept=default | future< T > | |
future(future &&rhs) noexcept=default | future< T > | |
future(const future &)=delete | future< T > | |
get() | future< T > | |
is_ready() const | future< T > | |
notify(F &¬ification) | future< T > | |
notify(E &&exec, F &¬ification) | future< T > | |
operator=(const future &)=delete | future< T > | |
operator=(future &&rhs) noexcept=default | future< T > | |
share() noexcept | future< T > | |
valid() const noexcept | future< T > | |
wait() const | future< T > | |
~future()=default | future< T > |