boost::capy::task::await_suspend
Start execution with the caller's context.
Synopsis
Declared in <boost/capy/task.hpp>
std::coroutine_handle
await_suspend(
std::coroutine_handle cont,
io_env const* env);
Parameters
| Name | Description |
|---|---|
env |
Execution environment for IoAwaitables. |
Created with MrDocs