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

◆ promise() [1/4]

template<typename T>
fl::promise< T >::promise ( )
inline

Default constructor - creates invalid promise.

Definition at line 107 of file promise.h.

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

References mImpl.

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

+ Here is the caller graph for this function: