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

Method stop

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

Coroutine control

Source from the content-addressed store, hash-verified

314
315// Coroutine control
316void Handle::stop() { if (mImpl) mImpl->stop(); }
317bool Handle::isRunning() const { return mImpl ? mImpl->isRunning() : false; }
318
319// Free function builders (were static methods on class fl::task)

Callers 5

stopMethod · 0.45
stopMethod · 0.45
disconnectMethod · 0.45
stopNetFunction · 0.45
registerFunctionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected