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

Method should_stop

src/platforms/coroutine_runtime.h:228–228  ·  view source on GitHub ↗

@brief Check if stop has been requested

Source from the content-addressed store, hash-verified

226
227 /// @brief Check if stop has been requested
228 bool should_stop() const FL_NOEXCEPT { return mShouldStop; }
229
230 /// @brief Force-stop: sets both should_stop and completed flags.
231 /// Used by runner and task wrappers to immediately mark a coroutine as done.

Callers 2

runMethod · 0.80
TaskCoroutineStubImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected