| 1092 | } |
| 1093 | |
| 1094 | AwaitProcessExitAwaiter AwaitEventLoop::processExit(FileDescriptor::Handle process, AwaitProcessExitResult& outResult) |
| 1095 | { |
| 1096 | return AwaitProcessExitAwaiter(*this, process, outResult); |
| 1097 | } |
| 1098 | |
| 1099 | AwaitSignalAwaiter AwaitEventLoop::signal(int signalNumber, AwaitSignalResult& outResult) |
| 1100 | { |
no test coverage detected