188 {
189 if (!
valid())
return false;
191 }
fl::shared_ptr< detail::PromiseImpl< T > > mImpl
Shared pointer to implementation - this allows copying and sharing Promise state.
const T & value() const FL_NOEXCEPT
Get the result value (only valid if is_resolved() returns true)
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...