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

Method AwaitTaskGroupWaitAnyAwaiter

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

Source from the content-addressed store, hash-verified

3190 operationResult = result;
3191 clearChildCallbacks();
3192 continuation.resume();
3193}
3194
3195void AwaitTaskGroupWaitAllAwaiter::clearChildCallbacks()
3196{
3197 for (size_t idx = 0; idx < group.numTasks; ++idx)
3198 {
3199 AwaitTask* task = group.tasks[idx];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected