|
Anklang-0.3.0.dev712+gdc4e642f anklang-0.3.0.dev712+gdc4e642f
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Like CoTask<Result> without return type. More...
#include "cotask.hh"
Classes | |
| struct | promise_type |
Public Member Functions | |
| constexpr bool | await_ready () const noexcept |
| void | await_resume () |
| std::coroutine_handle | await_suspend (std::coroutine_handle<> waiter) noexcept |
| CoTask (std::coroutine_handle< promise_type > h) | |
| CoTask (CoTask &&o) noexcept | |
| CoTask & | operator= (CoTask &&o) noexcept |
| CoTask (const CoTask &)=delete | |
| CoTask & | operator= (const CoTask &)=delete |
Protected Attributes | |
| std::coroutine_handle< promise_type > | frame_ |
| Handle for this task. | |
|
explicit |
| Ase::CoTask< void >::~CoTask | ( | ) |
|
noexcept |
|
constexprnoexcept |
| void Ase::CoTask< void >::await_resume | ( | ) |
|
noexcept |
|
noexcept |
|
protected |