asio C++ library

PrevUpHomeNext

Rationale

The Asio library is intended for programmers using C++ for systems programming, where access to operating system functionality such as networking is often required. In particular, Asio attempts to address the following goals:

Although the current incarnation of Asio focuses primarily on networking, its concepts of asynchronous I/O can be extended to include other operating system resources such as files.


PrevUpHomeNext