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