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

Method set_should_stop

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

@brief Request the coroutine to stop

Source from the content-addressed store, hash-verified

223
224 /// @brief Request the coroutine to stop
225 void set_should_stop(bool val) FL_NOEXCEPT { mShouldStop = val; }
226
227 /// @brief Check if stop has been requested
228 bool should_stop() const FL_NOEXCEPT { return mShouldStop; }

Callers 3

exitCurrentMethod · 0.80
exitCurrentMethod · 0.80
CoroutineRunnerImplClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected