728x90
반응형
execution::any_executor::prefer
지정된 속성을 가진 다형성 래퍼를 얻어온다.
template< typename Property> any_executor prefer( Property ) const;
이 함수는 직접 호출하면 안된다. prefer 사용자-정의 지점과 함께 사용하기 위한 것이다.
사용 예제 :
execution::any_executor<execution::blocking_t::possibly_t> ex = ...; auto ex2 = boost::asio::prefer(ex, execution::blocking.possibly);
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - ip::network_v4::prefix_length (0) | 2021.02.22 |
---|---|
Boost.Asio 색인 - strand::prefer (0) | 2021.02.22 |
Boost.Asio 색인 - prefer (0) | 2021.02.22 |
Boost.Asio 색인 - thread_pool::basic_executor_type::post (0) | 2021.02.22 |
Boost.Asio 색인 - strand::post (0) | 2021.02.22 |