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

Method stop

src/platforms/shared/coroutine_null.impl.hpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24 ~TaskCoroutineNull() override = default;
25 void stop() override {}
26 bool isRunning() const override { return false; }
27
28private:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected