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

Awaiter for a single AsyncSocketReceiveFrom operation. More...

#include <Await.h>

Public Member Functions

 AwaitSocketReceiveFromAwaiter (AwaitEventLoop &await, const SocketDescriptor &socket, Span< char > buffer, AwaitSocketReceiveFromResult &outResult)
 
bool await_ready () const
 
bool await_suspend (AwaitTask::Handle continuation)
 
Result await_resume ()
 

Public Attributes

AwaitEventLoopawait
 
const SocketDescriptorsocket
 
Span< char > buffer
 
AwaitSocketReceiveFromResultoutResult
 
AsyncSocketReceiveFrom request
 
Result operationResult = Result(true)
 

Detailed Description

Awaiter for a single AsyncSocketReceiveFrom operation.


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