|
Async++ unknown
Async (co_await/co_return) code for C++
|
Public Member Functions | |
| constexpr | lock_awaiter (class mutex *mtx) |
| constexpr bool | await_ready () const noexcept |
| bool | await_suspend (coroutine_handle<> hndl) noexcept |
| constexpr void | await_resume () const noexcept |
Public Attributes | |
| class mutex * | mutex |
| lock_awaiter * | next {nullptr} |
| coroutine_handle | handle {} |