까마귀75 2020. 12. 4. 13:24
728x90
반응형

Christopher Kohlhoff(크리스토퍼 콜호프)가 2003년부터 개발해오고 있는 AsioBoost Library에 포함한 것이다.

Asio는 네트워크 프로그램을 위한 C++ Library오픈소스이고 크로스 플랫폼을 지원한다.

Modern C++로 만들어진 비동기 I/O 모델을 제공하며, 무료로 사용이 가능하다.

 

Boost Library에 2005년 12월 30일 포함되었다.

 

 2006년 TR2Asio를 기반으로 한 네트워크 제안이 포함될 수 있도록 C++ 표준 위원회에 제출되었다.

TR2 : the second Technical Report on C++ Library Extensions (해석하면 "C++ 확장 라이브러리를 위한 두 번째 기술 보고서" 정도)

 

외부 링크

Repository : github

 

chriskohlhoff/asio

Asio C++ Library. Contribute to chriskohlhoff/asio development by creating an account on GitHub.

github.com

Website : think-async

 

Asio C++ Library

Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach. When targeting C++11 (or later), most of Asio can be used without any extra dependenci

think-async.com

Boost Asio Documentation : boost-doc (번역하려는 문서)

 

Boost.Asio

Copyright © 2003-2020 Christopher M. Kohlhoff Boost.Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach. Overview An overview of the featu

think-async.com

Samples : asio_samples

 

mabrarov/asio_samples

Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server creation with usage of active object pattern by means of Boost C...

github.com

 

 

728x90
반응형