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

◆ is_resolved()

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

Check if promise is resolved.

Definition at line 339 of file promise.h.

339 {
341 }
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::RESOLVED.