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

Method resetShutdown

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

Reset shutdown flag — call after cleanup to allow new threads

Source from the content-addressed store, hash-verified

77
78 /// Reset shutdown flag — call after cleanup to allow new threads
79 void resetShutdown() FL_NOEXCEPT { mShutdownRequested.store(false); }
80
81 /// EngineEvents::Listener callback — sets shutdown flag on engine exit
82 void onExit() FL_NOEXCEPT override { requestShutdown(); }

Callers 2

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected