MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / hasActiveTasks

Method hasActiveTasks

Libraries/Await/Await.cpp:2682–2682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2680bool AwaitTaskRegistry::isFull() const { return size() == capacity(); }
2681
2682bool AwaitTaskRegistry::hasActiveTasks() const { return activeCount() != 0; }
2683
2684bool AwaitTaskRegistry::hasCompletedTasks() const { return completedCount() != 0; }
2685

Callers 1

taskRegistryMethod · 0.80

Calls

no outgoing calls

Tested by 1

taskRegistryMethod · 0.64