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
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio - basic_yield_context (0) | 2021.03.22 |
---|---|
Boost.Asio - coroutine (0) | 2021.03.22 |
Boost.Asio - use_awaitable_t (0) | 2021.03.22 |
Boost.Asio - associated_allocator (0) | 2021.03.21 |
Boost.Asio - is_match_condition (0) | 2021.03.21 |