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

◆ is_rejected()

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

Check if Promise is rejected.

Definition at line 331 of file promise.h.

331 {
333 }
PromiseState_t state() const FL_NOEXCEPT
Read the state atomically.
Definition promise.h:356
Implementation class for Promise - holds the actual state and logic.
Definition promise.h:245

References FL_NOEXCEPT, fl::task::detail::REJECTED, and state().

+ Here is the call graph for this function: