Jump to content

Asio (C++ library): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
External links: rm *[http://lists.boost.org/Archives/boost/2006/03/102287.php Boost review report for asio]
Newhoggy (talk | contribs)
Updating progress
Line 1: Line 1:
In [[computing]], '''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.
In [[computing]], '''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.
'''Asio''' was accepted into the [[Boost library]] on [[30 December]] [[2005]] after a 20-day review.
'''Asio''' was accepted into the [[Boost library]] on [[30 December]] [[2005]] after a 20-day review. A C++ TR2 Networking Proposal based on '''asio''' was submitted to the C++ standards committee in [[2006]].


== External links ==
== External links ==
*[http://asio.sourceforge.net asio Homepage]
*[http://asio.sourceforge.net asio Homepage]
*[http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/a/as/asio/asio-tr2-proposal-20060807.pdf C++ TR2 Networking Library Proposal]



{{software-stub}}
{{software-stub}}

Revision as of 00:08, 8 January 2007

In computing, 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. Asio was accepted into the Boost library on 30 December 2005 after a 20-day review. A C++ TR2 Networking Proposal based on asio was submitted to the C++ standards committee in 2006.