AsyncFw 1.2
Async Framework is c++ runtime with timers, poll notifiers, sockets, coroutines, etc.
 
Loading...
Searching...
No Matches
AsyncFw::CoroutineTask Struct Reference

The CoroutineTask struct. More...

#include <AsyncFw/Coroutine>

Classes

struct  promise_type
 The CoroutineTask::promise_type struct. More...
 

Public Member Functions

bool finished ()
 Return true if task finished.
 
void wait ()
 Runs nested Thread::exec() and wait for task finished.
 

Detailed Description

The CoroutineTask struct.


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