Menu

asio version 0.3.5 released

A new development release of asio, version 0.3.5, has been released.

asio is a cross-platform C++ library for network programming that provides developers with a consistent asynchronous I/O model using a modern C++ approach.

This release is focused on cleaning up and refining the interface. The most significant changes include consolidation and renaming of read and write functions, and the removal of the buffers() function in favour of just buffer(). Code that uses asio will need to be updated.

http://asio.sourceforge.net

Posted by Chris Kohlhoff 2005-11-18

Log in to post a comment.