Jump to content

Asio (C++ library): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Newhoggy (talk | contribs)
Expanding TR2
Newhoggy (talk | contribs)
Change to official link
Line 4: Line 4:
== 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]
*[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2054.pdf C++ TR2 Networking Library Proposal]


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

Revision as of 00:12, 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++ Technical Report 2 Networking Proposal based on asio was submitted to the C++ standards committee in 2006.