제안된 표준 Executors (Proposed Standard Executors) Boost.Asio는 P0443r13, P1348r0 그리고 P1393r0에 설명된 제안된 표준 실행기(executor)의 완전한 구현을 제공한다. Networking TS 모델의 실행기(executor)와 마찬가지로, 표준 실행기(executor)는 코드의 조각이 실행되는 방법, 시기 그리고 위치에 대한 정책을 나타낸다. 대부분의 기존 코드는 거의 또는 변경 없이 계속 작동해야 한다. Boost.Asio의 표준 실행기(Executor) 구현 io_context::executor_type, thread_pool::executor_type, system_executor 그리고 strand 실행기(executor)는 제안된 ..
"C++ Extensions for Networking" TS 호환성 (Networking TS compatibility) Boost.Asio는 이제 "C++ Extensions for Networking" 기술 사양에 지정된 인터페이스와 기능을 제공한다. 일반적인 Boost.Asio 헤더 파일을 통한 접근 외에도, 이 기능은 TS에 정의된 헤더 파일에 해당하는 특수 헤더를 통해 접근할 수 있다. 아래 표에 나열되어 있다: Networking TS 헤더 파일 Boost.Asio 헤더 파일 #incldue #include #include #include #include #include #include #include #include #include #include #include #include #incl..