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

Awaiter for a single AsyncSocketAccept operation. More...

#include <Await.h>

Public Member Functions

 AwaitSocketAcceptAwaiter (AwaitEventLoop &await, const SocketDescriptor &serverSocket, SocketDescriptor &outClient)
 
bool await_ready () const
 
bool await_suspend (AwaitTask::Handle continuation)
 
Result await_resume ()
 

Public Attributes

AwaitEventLoopawait
 
const SocketDescriptorserverSocket
 
SocketDescriptoroutClient
 
AsyncSocketAccept request
 
Result operationResult = Result(true)
 

Detailed Description

Awaiter for a single AsyncSocketAccept operation.


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