YACLib
C++ library for concurrent tasks execution
|
This is the complete list of members for yaclib::Promise< V, E >, including all inherited members.
GetCore() noexcept | yaclib::Promise< V, E > | inline |
operator=(const Promise &other)=delete | yaclib::Promise< V, E > | |
operator=(Promise &&other) noexcept=default | yaclib::Promise< V, E > | |
Promise(const Promise &other)=delete | yaclib::Promise< V, E > | |
Promise(Promise &&other) noexcept=default | yaclib::Promise< V, E > | |
Promise() noexcept=default | yaclib::Promise< V, E > | |
Promise(detail::ResultCorePtr< V, E > core) noexcept | yaclib::Promise< V, E > | inlineexplicit |
Set(Args &&... args) && | yaclib::Promise< V, E > | inline |
Valid() const &noexcept | yaclib::Promise< V, E > | inline |
~Promise() noexcept | yaclib::Promise< V, E > | inline |