Awaiter for a single AsyncProcessExit operation. More...
#include <Await.h>
Public Member Functions | |
| AwaitProcessExitAwaiter (AwaitEventLoop &await, FileDescriptor::Handle process, AwaitProcessExitResult &outResult) | |
| bool | await_ready () const |
| bool | await_suspend (AwaitTask::Handle continuation) |
| Result | await_resume () |
Public Attributes | |
| AwaitEventLoop & | await |
| FileDescriptor::Handle | process = FileDescriptor::Invalid |
| AwaitProcessExitResult & | outResult |
| AsyncProcessExit | request |
| Result | operationResult = Result(true) |
Awaiter for a single AsyncProcessExit operation.