Awaiter for a single AsyncSocketReceive operation. More...
#include <Await.h>
Public Member Functions | |
| AwaitSocketReceiveAwaiter (AwaitEventLoop &await, const SocketDescriptor &socket, Span< char > buffer, AwaitSocketReceiveResult &outResult) | |
| bool | await_ready () const |
| bool | await_suspend (AwaitTask::Handle continuation) |
| Result | await_resume () |
Public Attributes | |
| AwaitEventLoop & | await |
| const SocketDescriptor & | socket |
| Span< char > | buffer |
| AwaitSocketReceiveResult & | outResult |
| AsyncSocketReceive | request |
| Result | operationResult = Result(true) |
Awaiter for a single AsyncSocketReceive operation.