Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ stop
Method
stop
src/fl/task/task.cpp.hpp:251–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
}
250
251
void stop() override {
252
if (mCoroutine) {
253
mCoroutine->stop();
254
}
255
}
256
257
bool isRunning() const override {
258
return mCoroutine ? mCoroutine->isRunning() : false;
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected