728x90
반응형
awaitable
코-루틴이나 비동기식 작업의 반환 유형이다.
template< typename T, typename Executor = any_io_executor> class awaitable
[Executor]
유 형
이 름 | 설 명 |
executor_type | 코-루틴에 사용될 실행기(executor) 유형. |
value_type | 대기중인 값의 유형. |
멤버 함수
이 름 | 설 명 |
awaitable [constructor] | 기본 생성자 — 이동 생성자 |
valid | awaitable이 향후 결과를 참조하는지 확인한다. |
~awaitable [destructor] | 소멸자 |
요구 사항
일반 헤더 : boost/asio/awaitable.hpp
편의 헤더 : boost/asio.hpp
Boost.Asio 홈
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio - Execution context requirements (0) | 2021.03.24 |
---|---|
Boost.Asio - Executor requirements (0) | 2021.03.23 |
Boost.Asio - Handlers (0) | 2021.03.23 |
Boost.Asio - Completion handler requirements (0) | 2021.03.22 |
Boost.Asio - basic_yield_context (0) | 2021.03.22 |