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

◆ fetch_update()

void fl::fetch_update ( )

Legacy manual update for fetch promises (use fl::async_run() for new code)

Deprecated
Use fl::async_run() instead - this calls async_run() internally

Definition at line 307 of file fetch.cpp.

307 {
308 // Legacy function - use fl::async_run() for new code
309 // This provides backwards compatibility for existing code
311}
void async_run()
Run all registered async tasks once.
Definition async.cpp:63

References async_run().

+ Here is the call graph for this function: