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

Awaiter that starts a child task if needed, then waits for it to complete. More...

#include <Await.h>

Public Member Functions

 AwaitTaskSpawnAwaiter (AwaitEventLoop &await, AwaitTask &task)
 
bool await_ready () const
 
bool await_suspend (AwaitTask::Handle continuation)
 
Result await_resume ()
 

Public Attributes

AwaitEventLoopawait
 
AwaitTasktask
 
Result operationResult = Result(true)
 

Detailed Description

Awaiter that starts a child task if needed, then waits for it to complete.


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