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

Method stop

src/fl/task/task.cpp.hpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 Coroutine& operator=(Coroutine&&) FL_NOEXCEPT = delete;
52
53 void stop() {
54 if (mImpl) {
55 mImpl->stop();
56 }
57 }
58
59 bool isRunning() const {
60 return mImpl ? mImpl->isRunning() : false;

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected