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. | |
The CoroutineTask struct.