Jump to content

Asio (C++ library)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 31.130.96.188 (talk) at 17:23, 4 October 2020 (Update release last stable version). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Asio C++ library
Original author(s)Christopher M. Kohlhoff
Stable release
1.18.0 / August 15, 2020; 4 years ago (2020-08-15)
Repository
Written inC++
TypeLibrary or framework
LicenseBoost Software License
Websitethink-async.com

Asio is a freely available, open-source, cross-platform C++ library for network programming. It provides developers with a consistent asynchronous I/O model using a modern C++ approach. Boost.Asio was accepted into the Boost library on 30 December 2005 after a 20-day review. The library has been developed by Christopher M. Kohlhoff since 2003. A networking proposal based on Asio was submitted to the C++ standards committee in 2006 for possible inclusion in the second Technical Report on C++ Library Extensions (TR2).[1]

Notes