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

◆ update()

template<typename T>
void fl::task::detail::PromiseImpl< T >::update ( )
inline

Update Promise state - processes callbacks if needed.

Definition at line 268 of file promise.h.

268 {
269 // Process callbacks if we're completed and haven't processed them yet
272 }
273 }
void process_callbacks() FL_NOEXCEPT
Process pending callbacks.
Definition promise.h:366
bool is_completed() const FL_NOEXCEPT
Check if Promise is completed.
Definition promise.h:321

References FL_NOEXCEPT, is_completed(), mCallbacksProcessed, and process_callbacks().

+ Here is the call graph for this function: