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

Method requestShutdown

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

Request shutdown — background threads will see this via isShutdownRequested()

Source from the content-addressed store, hash-verified

74
75 /// Request shutdown — background threads will see this via isShutdownRequested()
76 void requestShutdown() FL_NOEXCEPT { mShutdownRequested.store(true); }
77
78 /// Reset shutdown flag — call after cleanup to allow new threads
79 void resetShutdown() FL_NOEXCEPT { mShutdownRequested.store(false); }

Callers 2

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected