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

Awaiter for a single AsyncLoopWork operation. More...

#include <Await.h>

Public Member Functions

 AwaitLoopWorkAwaiter (AwaitEventLoop &await, ThreadPool &threadPool, Function< Result()> work)
 
bool await_ready () const
 
bool await_suspend (AwaitTask::Handle continuation)
 
Result await_resume ()
 

Public Attributes

AwaitEventLoopawait
 
ThreadPoolthreadPool
 
Function< Result()> work
 
AsyncLoopWork request
 
Result operationResult = Result(true)
 

Detailed Description

Awaiter for a single AsyncLoopWork operation.


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