Imported Upstream version 1.72.0
[platform/upstream/boost.git] / doc / html / boost_asio.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
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 &#169; 2003-2019 Christopher M. Kohlhoff</p></div>
29 <div><div class="legalnotice">
30 <a name="boost_asio.legal"></a><p>
31         Distributed under the Boost Software License, Version 1.0. (See accompanying
32         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>)
33       </p>
34 </div></div>
35 </div></div>
36 <p>
37     Boost.Asio is a cross-platform C++ library for network and low-level I/O programming
38     that provides developers with a consistent asynchronous model using a modern
39     C++ approach.
40   </p>
41 <div class="variablelist">
42 <p class="title"><b></b></p>
43 <dl class="variablelist">
44 <dt><span class="term"> <a class="link" href="boost_asio/overview.html" title="Overview">Overview</a> </span></dt>
45 <dd><p>
46           An overview of the features included in Boost.Asio, plus rationale and
47           design information.
48         </p></dd>
49 <dt><span class="term"> <a class="link" href="boost_asio/using.html" title="Using Boost.Asio">Using Boost.Asio</a> </span></dt>
50 <dd><p>
51           How to use Boost.Asio in your applications. Includes information on library
52           dependencies and supported platforms.
53         </p></dd>
54 <dt><span class="term"> <a class="link" href="boost_asio/tutorial.html" title="Tutorial">Tutorial</a> </span></dt>
55 <dd><p>
56           A tutorial that introduces the fundamental concepts required to use Boost.Asio,
57           and shows how to use Boost.Asio to develop simple client and server programs.
58         </p></dd>
59 <dt><span class="term"> <a class="link" href="boost_asio/examples.html" title="Examples">Examples</a> </span></dt>
60 <dd><p>
61           Examples that illustrate the use of Boost.Asio in more complex applications.
62         </p></dd>
63 <dt><span class="term"> <a class="link" href="boost_asio/reference.html" title="Reference">Reference</a> </span></dt>
64 <dd><p>
65           Detailed class and function reference.
66         </p></dd>
67 <dt><span class="term"> <a class="link" href="boost_asio/net_ts.html" title="Networking TS compatibility">Networking TS Compatibility</a>
68       </span></dt>
69 <dd><p>
70           Description of changes to provide compatibility with the "C++ Extensions
71           for Networking" Technical Specification.
72         </p></dd>
73 <dt><span class="term"> <a class="link" href="boost_asio/history.html" title="Revision History">Revision History</a> </span></dt>
74 <dd><p>
75           Log of Boost.Asio changes made in each Boost release.
76         </p></dd>
77 <dt><span class="term"> <a class="link" href="boost_asio/index.html">Index</a> </span></dt>
78 <dd><p>
79           Book-style text index of Boost.Asio documentation.
80         </p></dd>
81 </dl>
82 </div>
83 </div>
84 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
85 <td align="left"><p><small>Last revised: December 10, 2019 at 00:24:21 GMT</small></p></td>
86 <td align="right"><div class="copyright-footer"></div></td>
87 </tr></table>
88 <hr>
89 <div class="spirit-nav"><a accesskey="n" href="boost_asio/overview.html"><img src="../../doc/src/images/next.png" alt="Next"></a></div>
90 </body>
91 </html>