boost::capy::io_awaitable_promise_base::transform_awaitable
Transform an awaitable before co_await.
Description
Override this in your derived promise type to customize how awaitables are transformed. The default implementation passes the awaitable through unchanged.
Parameters
| Name | Description |
|---|---|
a |
The awaitable expression from |
Created with MrDocs