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

◆ is_completed()

template<typename T>
bool fl::detail::PromiseImpl< T >::is_completed ( ) const
inline

Check if promise is completed.

Definition at line 334 of file promise.h.

334 {
336 }
PromiseState_t mState
Definition promise.h:359
Implementation class for promise - holds the actual state and logic.
Definition promise.h:259

References mState, and fl::detail::PENDING.

Referenced by update().

+ Here is the caller graph for this function: