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

◆ update_all()

void fl::task::Executor::update_all ( )

Update all registered runners.

Definition at line 45 of file executor.cpp.hpp.

45 {
46 // Update all registered runners
47 for (auto* r : mRunners) {
48 if (r) {
49 r->update();
50 }
51 }
52}
fl::vector< Runner * > mRunners
Definition executor.h:123

References mRunners.

Referenced by fl::task::run().

+ Here is the caller graph for this function: