MCPcopy 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
2628AwaitTask* AwaitTaskRegistry::taskAt(size_t index) { return index < tasks.sizeInElements() ? &tasks[index] : nullptr; }
2629
2630const AwaitTask* AwaitTaskRegistry::taskAt(size_t index) const
2631{

Callers 4

waitAnyTaskRegistryMethod · 0.80
taskRegistryMethod · 0.80

Calls

no outgoing calls

Tested by 4

waitAnyTaskRegistryMethod · 0.64
taskRegistryMethod · 0.64