Boost C++ Libraries/Boost.Asio

Boost.Asio - basic_waitable_timer::rebind_executor

까마귀75 2021. 4. 12. 14:54
728x90
반응형

basic_waitable_timer::rebind_executor

타이머 유형을 다른 실행기(executor)로 다시 바인드한다.

template<
    typename Executor1>
struct rebind_executor

[Excutor1]

유 형

이 름 설 명
other 지정된 실행기(executor)로 다시 바인드할 때의 타이머 유형이다.

요구 사항

일반 헤더 : boost/asio/basic_waitable_timer.hpp
편의 헤더 : boost/asio.hpp

Boost.Asio 홈

728x90
반응형