Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
class CoroutineRuntimeNull : public ICoroutineRuntime {
54
public:
55
void pumpCoroutines(fl::u32) override {}
56
};
57
ICoroutineRuntime &ICoroutineRuntime::instance() {
58
return fl::Singleton<CoroutineRuntimeNull>::instance();
Callers
1
run
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected