Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ coroutine
Function
coroutine
src/fl/task/task.cpp.hpp:364–366 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
362
}
363
364
Handle coroutine(const CoroutineConfig& config) {
365
return Handle(fl::make_shared<CoroutineTask>(config));
366
}
367
368
// Static coroutine control
369
void exit_current() { Coroutine::exitCurrent(); }
Callers
4
beginTransmission
Method · 0.85
FL_TEST_FILE
Function · 0.85
FL_TEST_FILE
Function · 0.85
registerFunctions
Method · 0.85
Calls
1
Handle
Class · 0.85
Tested by
no test coverage detected