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

◆ update()

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

Update promise state - processes callbacks if needed.

Definition at line 282 of file promise.h.

282 {
283 // Process callbacks if we're completed and haven't processed them yet
286 }
287 }
void process_callbacks()
Process pending callbacks.
Definition promise.h:369
bool is_completed() const
Check if promise is completed.
Definition promise.h:334

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

+ Here is the call graph for this function: