rad 6.2.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
MyCoro Struct Reference

Public Member Functions

 MyCoro (Context &ctx_ref, std::string str_val)
 
 ~MyCoro ()
 
void operator() (boost::asio::yield_context yield)
 
void Cancel ()
 

Public Attributes

Contextm_ctx_ref
 
std::string m_str_val
 

Detailed Description

Coroutine implementation for test that takes a shared context by reference and a string by value

Constructor & Destructor Documentation

◆ MyCoro()

MyCoro::MyCoro ( Context & ctx_ref,
std::string str_val )
inlineexplicit

◆ ~MyCoro()

MyCoro::~MyCoro ( )
inline

Member Function Documentation

◆ Cancel()

void MyCoro::Cancel ( )
inline

◆ operator()()

void MyCoro::operator() ( boost::asio::yield_context yield)
inline

Member Data Documentation

◆ m_ctx_ref

Context& MyCoro::m_ctx_ref

◆ m_str_val

std::string MyCoro::m_str_val

The documentation for this struct was generated from the following file: