Boost C++ Libraries/Boost.Asio
Boost.Asio - use_awaitable_t::executor_with_default
까마귀75
2021. 3. 22. 13:22
728x90
반응형
use_awaitable_t::executor_with_default
기본 값으로 use_awaitable_t 완료 토큰을 추가하도록 실행기(executor)를 조정한다.
template< typename InnerExecutor> struct executor_with_default
유 형
이 름 | 설 명 |
default_completion_token_type | 기본 완료 토큰 유형으로 use_awaitable_t를 지정한다. |
멤버 함수
이 름 | 설 명 |
executor_with_default [constructor] |
내부 실행기(executor) 유형에서 조정된 실행기(executor)를 생성한다. — 지정된 실행기(executor)를 내부 실행기(executor) 유형으로 변환한 다음 이를 사용하여 조정된 실행기(executor)를 생성한다. |
요구 사항
일반 헤더 : boost/asio/use_awaitable.hpp
편의 헤더 : boost/asio.hpp
Boost.Asio 홈
728x90
반응형