Imported Upstream version 1.57.0
[platform/upstream/boost.git] / doc / html / boost_asio / overview / core.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Core Concepts and Functionality</title>
5 <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7 <link rel="home" href="../../boost_asio.html" title="Boost.Asio">
8 <link rel="up" href="../overview.html" title="Overview">
9 <link rel="prev" href="rationale.html" title="Rationale">
10 <link rel="next" href="core/basics.html" title="Basic Boost.Asio Anatomy">
11 </head>
12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13 <table cellpadding="2" width="100%"><tr>
14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
15 <td align="center"><a href="../../../../index.html">Home</a></td>
16 <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
17 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19 <td align="center"><a href="../../../../more/index.htm">More</a></td>
20 </tr></table>
21 <hr>
22 <div class="spirit-nav">
23 <a accesskey="p" href="rationale.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="core/basics.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
24 </div>
25 <div class="section">
26 <div class="titlepage"><div><div><h3 class="title">
27 <a name="boost_asio.overview.core"></a><a class="link" href="core.html" title="Core Concepts and Functionality">Core Concepts and Functionality</a>
28 </h3></div></div></div>
29 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
30 <li class="listitem">
31             <a class="link" href="core/basics.html" title="Basic Boost.Asio Anatomy">Basic Boost.Asio Anatomy</a>
32           </li>
33 <li class="listitem">
34             <a class="link" href="core/async.html" title="The Proactor Design Pattern: Concurrency Without Threads">The Proactor Design Pattern:
35             Concurrency Without Threads</a>
36           </li>
37 <li class="listitem">
38             <a class="link" href="core/threads.html" title="Threads and Boost.Asio">Threads and Boost.Asio</a>
39           </li>
40 <li class="listitem">
41             <a class="link" href="core/strands.html" title="Strands: Use Threads Without Explicit Locking">Strands: Use Threads
42             Without Explicit Locking</a>
43           </li>
44 <li class="listitem">
45             <a class="link" href="core/buffers.html" title="Buffers">Buffers</a>
46           </li>
47 <li class="listitem">
48             <a class="link" href="core/streams.html" title="Streams, Short Reads and Short Writes">Streams, Short Reads
49             and Short Writes</a>
50           </li>
51 <li class="listitem">
52             <a class="link" href="core/reactor.html" title="Reactor-Style Operations">Reactor-Style Operations</a>
53           </li>
54 <li class="listitem">
55             <a class="link" href="core/line_based.html" title="Line-Based Operations">Line-Based Operations</a>
56           </li>
57 <li class="listitem">
58             <a class="link" href="core/allocation.html" title="Custom Memory Allocation">Custom Memory Allocation</a>
59           </li>
60 <li class="listitem">
61             <a class="link" href="core/handler_tracking.html" title="Handler Tracking">Handler Tracking</a>
62           </li>
63 <li class="listitem">
64             <a class="link" href="core/coroutine.html" title="Stackless Coroutines">Stackless Coroutines</a>
65           </li>
66 <li class="listitem">
67             <a class="link" href="core/spawn.html" title="Stackful Coroutines">Stackful Coroutines</a>
68           </li>
69 </ul></div>
70 </div>
71 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
72 <td align="left"></td>
73 <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
74         Distributed under the Boost Software License, Version 1.0. (See accompanying
75         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>)
76       </p>
77 </div></td>
78 </tr></table>
79 <hr>
80 <div class="spirit-nav">
81 <a accesskey="p" href="rationale.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="core/basics.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
82 </div>
83 </body>
84 </html>