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

◆ unregister_runner()

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

Unregister an async runner.

Definition at line 26 of file async.cpp.

26 {
27 auto it = fl::find(mRunners.begin(), mRunners.end(), runner);
28 if (it != mRunners.end()) {
29 mRunners.erase(it);
30 }
31}
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::update().

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