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

◆ unregister_runner()

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

Unregister a runner.

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

38 {
39 auto it = fl::find(mRunners.begin(), mRunners.end(), r);
40 if (it != mRunners.end()) {
41 mRunners.erase(it);
42 }
43}
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::update().

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