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

◆ register_runner()

void fl::AsyncManager::register_runner ( async_runner * runner)

Register an async runner.

Definition at line 20 of file async.cpp.

20 {
21 if (runner && fl::find(mRunners.begin(), mRunners.end(), runner) == mRunners.end()) {
22 mRunners.push_back(runner);
23 }
24}
fl::vector< async_runner * > mRunners
Definition async.h:99
Iterator find(Iterator first, Iterator last, const T &value)
Definition algorithm.h:172

References fl::find(), and mRunners.

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

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