Boost C++ Libraries/Boost.Asio
Boost.Asio 색인 - basic_yield_context::basic_yield_context
까마귀75
2021. 1. 12. 12:19
728x90
반응형
basic_yield_context::basic_yield_context
지정된 코-루틴을 나타내는 양도 컨텍스트(yield context)를 생성하는 생성자(constructor)
basic_yield_context( const detail::weak_ptr< callee_type > & coro, caller_type & ca, Handler & handler);
다른 양도 컨텍스트(yield context) 유형으로 양도 컨텍스트(yield context)를 생성하는 생성자(constructor)
template< typename OtherHandler> basic_yield_context( const basic_yield_context< OtherHandler > & other);
728x90
반응형