MCPcopy 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
54bool 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
63size_t Executor::total_active_tasks() const {
64 size_t total = 0;

Callers 1

has_tasksFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected