yield_context

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - yield_context

yield_context 현재 실행중인 코-루틴을 나타내는 컨텍스트 개체이다. typedef basic_yield_context yield_context; 유 형 이 름 설 명 callee_type 구현에서 사용되는 코-루틴 수신자 유형이다. caller_type 구현에서 사용되는 코-루틴 호출자 유형이다. 멤버 함수 이 름 설 명 basic_yield_context [constructor] 지정된 코-루틴을 나타내는 yield 컨텍스트를 생성한다. — 다른 yield 컨텍스트 유형에서 yield 컨텍스트를 생성한다. operator[] 지정된 error_code를 설정하는 yield 컨텍스트를 반환한다. basic_yield_context 클래스는 현재 실행중인 스택형 코-루..

까마귀75
'yield_context' 태그의 글 목록