Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::AwaitSocketSendToAwaiter Struct Reference

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

AwaitEventLoopawait
 
const SocketDescriptorsocket
 
SocketIPAddress address
 
Span< const char > data
 
Span< Span< const char > > buffers
 
AwaitSocketSendResultoutResult = nullptr
 
AsyncSocketSendTo request
 
Result operationResult = Result(true)
 
bool singleBuffer = true
 

Detailed Description

Awaiter for a single AsyncSocketSendTo operation.


The documentation for this struct was generated from the following file: