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

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

AwaitEventLoopawait
 
const SocketDescriptorsocket
 
Span< char > buffer
 
AwaitSocketReceiveResultoutResult
 
AsyncSocketReceive request
 
Result operationResult = Result(true)
 

Detailed Description

Awaiter for a single AsyncSocketReceive operation.


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