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

Method isRunning

src/platforms/esp/32/coroutine_esp32.impl.hpp:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277bool TaskCoroutineESP32::isRunning() const FL_NOEXCEPT {
278 return !mCompleted.load();
279}
280
281//=============================================================================
282// Factory function — wired into platforms/coroutine.impl.cpp.hpp dispatch

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected