boost::capy::ready
Create an immediate awaitable for a successful io_result with one value.
Synopsis
Declared in <boost/capy/ex/immediate.hpp>
template<class T1>
immediate<io_result<T1>>
ready(T1 t1);
Return Value
An immediate awaitable containing io_result<T1>{{}, t1}.
Parameters
| Name | Description |
|---|---|
t1 |
The result value. |
Created with MrDocs