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

Method AwaitProcessExitAwaiter

Libraries/Await/Await.cpp:3409–3412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3407 promise.completionCallback = nullptr;
3408 }
3409 }
3410}
3411
3412Result AwaitTaskGroupWaitAnyAwaiter::setWinner(size_t index)
3413{
3414 AwaitTask* task = group.tasks[index];
3415 if (task == nullptr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected