io_context::service::service 생성자(constructor). service( boost::asio::io_context & owner); [io_context] 파라미터 이 름 설 명 owner 서비스를 소유하는 io_context 개체이다. Boost.Asio 홈
execution_context::service::service 생성자(constructor). service( execution_context & owner); [execution_context] 파라미터 이 름 설 명 owner 서비스를 소유하는 execution_context 개체이다. Boost.Asio 홈