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

◆ update_all()

void fl::AsyncManager::update_all ( )

Update all registered async runners.

Definition at line 33 of file async.cpp.

33 {
34 // Update all registered runners
35 for (auto* runner : mRunners) {
36 if (runner) {
37 runner->update();
38 }
39 }
40}
fl::vector< async_runner * > mRunners
Definition async.h:99

References mRunners.

Referenced by fl::async_run().

+ Here is the caller graph for this function: