Menu

asio version 1.1.0 released

A new development release of asio, version 1.1.0, 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.

The asio 1.1.0 release marks the beginning of a new development series. The major new features added since 1.0.x are the ability to perform reactor-style ready-to-read/write operations, support for UNIX domain sockets, and new wrapper classes for stream-oriented POSIX file descriptors and stream-oriented Windows HANDLEs.

http://asio.sourceforge.net

Posted by Chris Kohlhoff 2008-04-23

Log in to post a comment.