FastLED 3.9.15
Loading...
Searching...
No Matches

◆ Promise() [1/4]

template<typename T>
fl::task::Promise< T >::Promise ( )
inline

Default constructor - creates invalid Promise.

Definition at line 93 of file promise.h.

93: mImpl(nullptr) {}
fl::shared_ptr< detail::PromiseImpl< T > > mImpl
Shared pointer to implementation - this allows copying and sharing Promise state.
Definition promise.h:209

References FL_NOEXCEPT, and mImpl.

Referenced by Promise(), Promise(), catch_(), create(), operator=(), operator=(), reject(), reject(), resolve(), resolve(), and then().

+ Here is the caller graph for this function: