io_service

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - io_service

io_service 이전 버전과 호환성을 위한 typedef 이다. typedef io_context io_service; 유형 이 름 설 명 basic_executor_type io_context에 함수를 제출하는데 사용되는 실행기(executor) 구현 유형이다. service 모든 io_context 서비스에 대한 기본 클래스이다. strand 직렬화된 핸들러 실행을 제공한다. work (더 이상 사용하지 않음: executor_work_guard를 사용함) 수행할 작업이 있을 때 io_context에 알려주는 클래스이다. count_type 컨텍스트에서 실행된 핸들러의 수를 계산하는 데 사용되는 유형이다. executor_type io_context에 함수를 제출하는 데 사용되는 실행기(execu..

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