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

◆ PromiseImpl()

template<typename T>
fl::task::detail::PromiseImpl< T >::PromiseImpl ( )
inline

Definition at line 247 of file promise.h.

247: mState(static_cast<int>(PromiseState_t::PENDING)), mCallbacksProcessed(false) {}
fl::atomic< int > mState
Definition promise.h:346
Implementation class for Promise - holds the actual state and logic.
Definition promise.h:245

References FL_NOEXCEPT, mCallbacksProcessed, mState, and fl::task::detail::PENDING.