Awaiter for a single AsyncSocketAccept operation. More...
#include <Await.h>
Public Member Functions | |
| AwaitSocketAcceptAwaiter (AwaitEventLoop &await, const SocketDescriptor &serverSocket, SocketDescriptor &outClient) | |
| bool | await_ready () const |
| bool | await_suspend (AwaitTask::Handle continuation) |
| Result | await_resume () |
Public Attributes | |
| AwaitEventLoop & | await |
| const SocketDescriptor & | serverSocket |
| SocketDescriptor & | outClient |
| AsyncSocketAccept | request |
| Result | operationResult = Result(true) |
Awaiter for a single AsyncSocketAccept operation.