MCPcopy Create free account
hub / github.com/FastLED/FastLED / total_active_tasks

Method total_active_tasks

src/fl/task/executor.cpp.hpp:63–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63size_t Executor::total_active_tasks() const {
64 size_t total = 0;
65 for (const auto* r : mRunners) {
66 if (r) {
67 total += r->active_task_count();
68 }
69 }
70 return total;
71}
72
73// Public API functions
74

Callers 2

active_tasksFunction · 0.80
FL_TEST_FILEFunction · 0.80

Calls 1

active_task_countMethod · 0.45

Tested by

no test coverage detected