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

Awaiter for a single AsyncSocketConnect operation. More...

#include <Await.h>

Public Member Functions

 AwaitSocketConnectAwaiter (AwaitEventLoop &await, const SocketDescriptor &socket, SocketIPAddress address)
 
bool await_ready () const
 
bool await_suspend (AwaitTask::Handle continuation)
 
Result await_resume ()
 

Public Attributes

AwaitEventLoopawait
 
const SocketDescriptorsocket
 
SocketIPAddress address
 
AsyncSocketConnect request
 
Result operationResult = Result(true)
 

Detailed Description

Awaiter for a single AsyncSocketConnect operation.


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