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