|
Anklang-0.3.0.dev712+gdc4e642f anklang-0.3.0.dev712+gdc4e642f
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Public Member Functions | |
| constexpr bool | await_ready () const noexcept |
| std::coroutine_handle | await_suspend (std::coroutine_handle< promise_type > h) |
| Resume the parent frame that is co_await-ing this CoTask<> | |
| constexpr void | await_resume () noexcept |
|
constexprnoexcept |
|
constexprnoexcept |
| std::coroutine_handle Ase::CoTaskAux::FinalAwaiter< promise_type >::await_suspend | ( | std::coroutine_handle< promise_type > | h | ) |
Resume the parent frame that is co_await-ing this CoTask<>
Definition at line 43 of file cotask.hh.
References Ase::ase_rethrow(), and std::noop_coroutine().