| 3445 | AwaitProcessExitResult& outResult) |
| 3446 | : await(await), process(process), outResult(outResult) |
| 3447 | {} |
| 3448 | |
| 3449 | bool AwaitProcessExitAwaiter::await_ready() const { return false; } |
| 3450 | |
| 3451 | bool AwaitProcessExitAwaiter::await_suspend(AwaitTask::Handle newContinuation) |
| 3452 | { |
nothing calls this directly
no outgoing calls
no test coverage detected