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

Function is_shutdown_requested

src/platforms/stub/coroutine_stub.impl.hpp:275–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275bool is_shutdown_requested() FL_NOEXCEPT {
276 return ICoroutineRuntime::instance().isShutdownRequested();
277}
278
279//=============================================================================
280// Thread-local coroutine context — lets exitCurrent() find its context

Callers

nothing calls this directly

Calls 1

isShutdownRequestedMethod · 0.80

Tested by

no test coverage detected