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

Method pumpCoroutines

src/platforms/coroutine.impl.cpp.hpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53class CoroutineRuntimeNull : public ICoroutineRuntime {
54 public:
55 void pumpCoroutines(fl::u32) override {}
56};
57ICoroutineRuntime &ICoroutineRuntime::instance() {
58 return fl::Singleton<CoroutineRuntimeNull>::instance();

Callers 1

runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected