Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ taskAt
Method
taskAt
Libraries/Await/Await.cpp:2628–2628 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2626
}
2627
2628
AwaitTask* AwaitTaskRegistry::taskAt(size_t index) { return index < tasks.sizeInElements() ? &tasks[index] : nullptr; }
2629
2630
const AwaitTask* AwaitTaskRegistry::taskAt(size_t index) const
2631
{
Callers
4
waitAnyTaskRegistry
Method · 0.80
waitAnyFailingTaskRegistry
Method · 0.80
waitAnyLeaveRunningTaskRegistry
Method · 0.80
taskRegistry
Method · 0.80
Calls
no outgoing calls
Tested by
4
waitAnyTaskRegistry
Method · 0.64
waitAnyFailingTaskRegistry
Method · 0.64
waitAnyLeaveRunningTaskRegistry
Method · 0.64
taskRegistry
Method · 0.64