boost::capy::async_mutex::lock_guard_awaiter::await_suspend
IoAwaitable protocol overload.
Synopsis
Declared in <boost/capy/ex/async_mutex.hpp>
std::coroutine_handle
await_suspend(
std::coroutine_handle h,
io_env const* env) noexcept;
Parameters
| Name | Description |
|---|---|
env |
Execution environment for IoAwaitables. |
Created with MrDocs