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

Function stop_loop

src/platforms/stub_main.hpp:75–77  ·  view source on GitHub ↗

Function examples can call to signal completion

Source from the content-addressed store, hash-verified

73
74// Function examples can call to signal completion
75inline void stop_loop() FL_NOEXCEPT {
76 g_should_stop = true;
77}
78
79bool keep_going() FL_NOEXCEPT {
80 // Check if example requested stop

Callers 1

loopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected