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

◆ is_resolved()

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

Check if Promise is resolved.

Definition at line 326 of file promise.h.

326 {
328 }
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::RESOLVED, and state().

+ Here is the call graph for this function: