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

Method AwaitSignalAwaiter

Libraries/Await/Await.cpp:3447–3449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3445 AwaitProcessExitResult& outResult)
3446 : await(await), process(process), outResult(outResult)
3447{}
3448
3449bool AwaitProcessExitAwaiter::await_ready() const { return false; }
3450
3451bool AwaitProcessExitAwaiter::await_suspend(AwaitTask::Handle newContinuation)
3452{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected