Asio (C++ library): Difference between revisions
Appearance
Content deleted Content added
Expanding TR2 |
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. |
*[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.