|
Anklang-0.3.0.dev712+gdc4e642f anklang-0.3.0.dev712+gdc4e642f
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Helper to capture shared_ptr<Promise> to allow co_await on temporary Promise instances. More...
#include "loop.hh"
Public Member Functions | |
| bool | await_ready () const noexcept |
| bool | await_suspend (std::coroutine_handle<> waiter) noexcept |
| Result | await_resume () |
Public Attributes | |
| std::shared_ptr< Promise > | promise_ |
Helper to capture shared_ptr<Promise> to allow co_await on temporary Promise instances.
|
noexcept |
| Result Ase::Loop::Promise< Result >::PromiseAwaiter::await_resume | ( | ) |
|
noexcept |
| std::shared_ptr<Promise> Ase::Loop::Promise< Result >::PromiseAwaiter::promise_ |