Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ remainingCapacity
Method
remainingCapacity
Libraries/Await/Await.cpp:2508–2508 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2506
size_t AwaitTaskGroup::capacity() const { return tasks.sizeInElements(); }
2507
2508
size_t AwaitTaskGroup::remainingCapacity() const { return capacity() - size(); }
2509
2510
bool AwaitTaskGroup::isEmpty() const { return size() == 0; }
2511
Callers
2
waitTaskGroup
Method · 0.80
taskRegistry
Method · 0.80
Calls
2
capacity
Function · 0.50
size
Function · 0.50
Tested by
2
waitTaskGroup
Method · 0.64
taskRegistry
Method · 0.64