Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ active_tasks
Function
active_tasks
src/fl/task/executor.cpp.hpp:154–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
size_t active_tasks() {
155
return Executor::instance().total_active_tasks();
156
}
157
158
bool has_tasks() {
159
return Executor::instance().has_active_tasks();
Callers
1
FL_TEST_FILE
Function · 0.85
Calls
1
total_active_tasks
Method · 0.80
Tested by
no test coverage detected