Awaiter for a single AsyncSocketSendTo operation. More...
#include <Await.h>
Public Member Functions | |
| AwaitSocketSendToAwaiter (AwaitEventLoop &await, const SocketDescriptor &socket, SocketIPAddress address, Span< const char > data, AwaitSocketSendResult *outResult) | |
| AwaitSocketSendToAwaiter (AwaitEventLoop &await, const SocketDescriptor &socket, SocketIPAddress address, Span< Span< const char > > data, AwaitSocketSendResult *outResult) | |
| bool | await_ready () const |
| bool | await_suspend (AwaitTask::Handle continuation) |
| Result | await_resume () |
Public Attributes | |
| AwaitEventLoop & | await |
| const SocketDescriptor & | socket |
| SocketIPAddress | address |
| Span< const char > | data |
| Span< Span< const char > > | buffers |
| AwaitSocketSendResult * | outResult = nullptr |
| AsyncSocketSendTo | request |
| Result | operationResult = Result(true) |
| bool | singleBuffer = true |
Awaiter for a single AsyncSocketSendTo operation.