asio C++ library

PrevUpHomeNext

Higher Level Abstractions

The asynchronous model presented in this section provides a basis for defining higher level abstractions. Asio builds on this core model to provide additional facilities, such as:

To allow users to more easily write their own asynchronous operations that adhere to this model, Asio also provides the helper function async_compose.


PrevUpHomeNext