|
rad 6.2.0
|
Public Member Functions | |
| MyCoro (Context &ctx_ref, std::string str_val) | |
| ~MyCoro () | |
| void | operator() (boost::asio::yield_context yield) |
| void | Cancel () |
Public Attributes | |
| Context & | m_ctx_ref |
| std::string | m_str_val |
Coroutine implementation for test that takes a shared context by reference and a string by value
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
| Context& MyCoro::m_ctx_ref |
| std::string MyCoro::m_str_val |