Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ has_active_tasks
Method
has_active_tasks
src/fl/task/executor.cpp.hpp:54–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
bool Executor::has_active_tasks() const {
55
for (const auto* r : mRunners) {
56
if (r && r->has_active_tasks()) {
57
return true;
58
}
59
}
60
return false;
61
}
62
63
size_t Executor::total_active_tasks() const {
64
size_t total = 0;
Callers
1
has_tasks
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected