1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4<title>Boost.Asio</title> 5<link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css"> 6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 7<link rel="home" href="boost_asio.html" title="Boost.Asio"> 8<link rel="next" href="boost_asio/overview.html" title="Overview"> 9</head> 10<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 11<table cellpadding="2" width="100%"><tr> 12<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../boost.png"></td> 13<td align="center"><a href="../../index.html">Home</a></td> 14<td align="center"><a href="../../libs/libraries.htm">Libraries</a></td> 15<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 16<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 17<td align="center"><a href="../../more/index.htm">More</a></td> 18</tr></table> 19<hr> 20<div class="spirit-nav"><a accesskey="n" href="boost_asio/overview.html"><img src="../../doc/src/images/next.png" alt="Next"></a></div> 21<div class="chapter"> 22<div class="titlepage"><div> 23<div><h2 class="title"> 24<a name="boost_asio"></a>Boost.Asio</h2></div> 25<div><div class="author"><h3 class="author"> 26<span class="firstname">Christopher</span> <span class="surname">Kohlhoff</span> 27</h3></div></div> 28<div><p class="copyright">Copyright © 2003-2020 Christopher M. 29 Kohlhoff</p></div> 30<div><div class="legalnotice"> 31<a name="boost_asio.legal"></a><p> 32 Distributed under the Boost Software License, Version 1.0. (See accompanying 33 file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 34 </p> 35</div></div> 36</div></div> 37<p> 38 Boost.Asio is a cross-platform C++ library for network and low-level I/O programming 39 that provides developers with a consistent asynchronous model using a modern 40 C++ approach. 41 </p> 42<div class="variablelist"> 43<p class="title"><b></b></p> 44<dl class="variablelist"> 45<dt><span class="term"> <a class="link" href="boost_asio/overview.html" title="Overview">Overview</a> </span></dt> 46<dd><p> 47 An overview of the features included in Boost.Asio, plus rationale and 48 design information. 49 </p></dd> 50<dt><span class="term"> <a class="link" href="boost_asio/using.html" title="Using Boost.Asio">Using Boost.Asio</a> </span></dt> 51<dd><p> 52 How to use Boost.Asio in your applications. Includes information on library 53 dependencies and supported platforms. 54 </p></dd> 55<dt><span class="term"> <a class="link" href="boost_asio/tutorial.html" title="Tutorial">Tutorial</a> </span></dt> 56<dd><p> 57 A tutorial that introduces the fundamental concepts required to use Boost.Asio, 58 and shows how to use Boost.Asio to develop simple client and server programs. 59 </p></dd> 60<dt><span class="term"> <a class="link" href="boost_asio/examples.html" title="Examples">Examples</a> </span></dt> 61<dd><p> 62 Examples that illustrate the use of Boost.Asio in more complex applications. 63 </p></dd> 64<dt><span class="term"> <a class="link" href="boost_asio/reference.html" title="Reference">Reference</a> </span></dt> 65<dd><p> 66 Detailed class and function reference. 67 </p></dd> 68<dt><span class="term"> <a class="link" href="boost_asio/net_ts.html" title="Networking TS compatibility">Networking TS Compatibility</a> 69 </span></dt> 70<dd><p> 71 Description of changes to provide compatibility with the "C++ Extensions 72 for Networking" Technical Specification. 73 </p></dd> 74<dt><span class="term"> <a class="link" href="boost_asio/std_executors.html" title="Proposed Standard Executors">Proposed Standard Executors</a> 75 </span></dt> 76<dd><p> 77 Description of Boost.Asio's support for the proposed standard executors 78 library. 79 </p></dd> 80<dt><span class="term"> <a class="link" href="boost_asio/history.html" title="Revision History">Revision History</a> </span></dt> 81<dd><p> 82 Log of Boost.Asio changes made in each Boost release. 83 </p></dd> 84<dt><span class="term"> <a class="link" href="boost_asio/index.html">Index</a> </span></dt> 85<dd><p> 86 Book-style text index of Boost.Asio documentation. 87 </p></dd> 88</dl> 89</div> 90</div> 91<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 92<td align="left"><p><small>Last revised: August 11, 2020 at 15:01:57 GMT</small></p></td> 93<td align="right"><div class="copyright-footer"></div></td> 94</tr></table> 95<hr> 96<div class="spirit-nav"><a accesskey="n" href="boost_asio/overview.html"><img src="../../doc/src/images/next.png" alt="Next"></a></div> 97</body> 98</html> 99