MCPcopy Create free account
hub / github.com/FastLED/FastLED / unregister_runner

Method unregister_runner

src/fl/task/executor.cpp.hpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void Executor::unregister_runner(Runner* r) {
39 auto it = fl::find(mRunners.begin(), mRunners.end(), r);
40 if (it != mRunners.end()) {
41 mRunners.erase(it);
42 }
43}
44
45void Executor::update_all() {
46 // Update all registered runners

Callers 4

updateMethod · 0.80
stopMethod · 0.80
FL_TEST_FILEFunction · 0.80
FL_TEST_FILEFunction · 0.80

Calls 4

findFunction · 0.50
beginMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected