|
FastLED 3.9.15
|
This is the complete list of members for fl::task::Promise< T >, including all inherited members.
| catch_(fl::function< void(const Error &)> callback) FL_NOEXCEPT | fl::task::Promise< T > | inline |
| clear() FL_NOEXCEPT | fl::task::Promise< T > | inline |
| complete_with_error(const Error &error) FL_NOEXCEPT | fl::task::Promise< T > | inline |
| complete_with_error(const fl::string &error_message) FL_NOEXCEPT | fl::task::Promise< T > | inline |
| complete_with_value(const T &value) FL_NOEXCEPT | fl::task::Promise< T > | inline |
| complete_with_value(T &&value) FL_NOEXCEPT | fl::task::Promise< T > | inline |
| create() FL_NOEXCEPT | fl::task::Promise< T > | inlinestatic |
| error() const FL_NOEXCEPT | fl::task::Promise< T > | inline |
| is_completed() const FL_NOEXCEPT | fl::task::Promise< T > | inline |
| is_rejected() const FL_NOEXCEPT | fl::task::Promise< T > | inline |
| is_resolved() const FL_NOEXCEPT | fl::task::Promise< T > | inline |
| mImpl | fl::task::Promise< T > | private |
| operator=(const Promise &other)=default | fl::task::Promise< T > | |
| operator=(Promise &&other) FL_NOEXCEPT=default | fl::task::Promise< T > | |
| Promise() FL_NOEXCEPT | fl::task::Promise< T > | inline |
| Promise(const Promise &other)=default | fl::task::Promise< T > | |
| Promise(Promise &&other) FL_NOEXCEPT=default | fl::task::Promise< T > | |
| Promise(fl::shared_ptr< detail::PromiseImpl< T > > impl) FL_NOEXCEPT | fl::task::Promise< T > | inlineexplicitprivate |
| reject(const Error &error) FL_NOEXCEPT | fl::task::Promise< T > | inlinestatic |
| reject(const fl::string &error_message) FL_NOEXCEPT | fl::task::Promise< T > | inlinestatic |
| resolve(const T &value) FL_NOEXCEPT | fl::task::Promise< T > | inlinestatic |
| resolve(T &&value) FL_NOEXCEPT | fl::task::Promise< T > | inlinestatic |
| then(fl::function< void(const T &)> callback) FL_NOEXCEPT | fl::task::Promise< T > | inline |
| update() FL_NOEXCEPT | fl::task::Promise< T > | inline |
| valid() const FL_NOEXCEPT | fl::task::Promise< T > | inline |
| value() const FL_NOEXCEPT | fl::task::Promise< T > | inline |