MCPcopy 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
154size_t active_tasks() {
155 return Executor::instance().total_active_tasks();
156}
157
158bool has_tasks() {
159 return Executor::instance().has_active_tasks();

Callers 1

FL_TEST_FILEFunction · 0.85

Calls 1

total_active_tasksMethod · 0.80

Tested by

no test coverage detected