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

◆ register_runner()

void fl::task::Executor::register_runner ( Runner * r)

Register a runner.

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

32 {
33 if (r && fl::find(mRunners.begin(), mRunners.end(), r) == mRunners.end()) {
34 mRunners.push_back(r);
35 }
36}
fl::vector< Runner * > mRunners
Definition executor.h:123
Iterator find(Iterator first, Iterator last, const T &value) FL_NOEXCEPT
Definition algorithm.h:212

References fl::find(), and mRunners.

Referenced by fl::net::http::FetchManager::register_promise().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: