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

◆ is_rejected()

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

Check if promise is rejected.

Definition at line 344 of file promise.h.

344 {
346 }
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::REJECTED.