Definition at line 199 of file promise.h.
199 {
200 if (!
valid())
return false;
202 }
fl::shared_ptr< detail::PromiseImpl< T > > mImpl
Shared pointer to implementation - this allows copying and sharing Promise state.
bool valid() const FL_NOEXCEPT
Check if Promise is valid.
Promise class that provides fluent .then() and .catch_() semantics This is a lightweight wrapper arou...
References fl::Error, FL_NOEXCEPT, mImpl, and valid().