overview.html 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Overview</title>
  5. <link rel="stylesheet" href="../boostbook.css" type="text/css">
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
  7. <link rel="home" href="../index.html" title="Asio">
  8. <link rel="up" href="../index.html" title="Asio">
  9. <link rel="prev" href="../index.html" title="Asio">
  10. <link rel="next" href="overview/rationale.html" title="Rationale">
  11. </head>
  12. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  13. <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../asio.png"></td></tr></table>
  14. <hr>
  15. <div class="spirit-nav">
  16. <a accesskey="p" href="../index.html"><img src="../prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../home.png" alt="Home"></a><a accesskey="n" href="overview/rationale.html"><img src="../next.png" alt="Next"></a>
  17. </div>
  18. <div class="section">
  19. <div class="titlepage"><div><div><h2 class="title" style="clear: both">
  20. <a name="asio.overview"></a><a class="link" href="overview.html" title="Overview">Overview</a>
  21. </h2></div></div></div>
  22. <div class="itemizedlist"><ul class="itemizedlist" type="disc">
  23. <li class="listitem">
  24. <a class="link" href="overview/rationale.html" title="Rationale">Rationale</a>
  25. </li>
  26. <li class="listitem">
  27. <a class="link" href="overview/core.html" title="Core Concepts and Functionality">Core Concepts and Functionality</a>
  28. <div class="itemizedlist"><ul class="itemizedlist" type="circle">
  29. <li class="listitem">
  30. <a class="link" href="overview/core/basics.html" title="Basic Asio Anatomy">Basic Asio Anatomy</a>
  31. </li>
  32. <li class="listitem">
  33. <a class="link" href="overview/core/async.html" title="The Proactor Design Pattern: Concurrency Without Threads">The Proactor Design Pattern:
  34. Concurrency Without Threads</a>
  35. </li>
  36. <li class="listitem">
  37. <a class="link" href="overview/core/threads.html" title="Threads and Asio">Threads and Asio</a>
  38. </li>
  39. <li class="listitem">
  40. <a class="link" href="overview/core/strands.html" title="Strands: Use Threads Without Explicit Locking">Strands: Use Threads Without
  41. Explicit Locking</a>
  42. </li>
  43. <li class="listitem">
  44. <a class="link" href="overview/core/buffers.html" title="Buffers">Buffers</a>
  45. </li>
  46. <li class="listitem">
  47. <a class="link" href="overview/core/streams.html" title="Streams, Short Reads and Short Writes">Streams, Short Reads and
  48. Short Writes</a>
  49. </li>
  50. <li class="listitem">
  51. <a class="link" href="overview/core/reactor.html" title="Reactor-Style Operations">Reactor-Style Operations</a>
  52. </li>
  53. <li class="listitem">
  54. <a class="link" href="overview/core/line_based.html" title="Line-Based Operations">Line-Based Operations</a>
  55. </li>
  56. <li class="listitem">
  57. <a class="link" href="overview/core/allocation.html" title="Custom Memory Allocation">Custom Memory Allocation</a>
  58. </li>
  59. <li class="listitem">
  60. <a class="link" href="overview/core/handler_tracking.html" title="Handler Tracking">Handler Tracking</a>
  61. </li>
  62. <li class="listitem">
  63. <a class="link" href="overview/core/coroutine.html" title="Stackless Coroutines">Stackless Coroutines</a>
  64. </li>
  65. <li class="listitem">
  66. <a class="link" href="overview/core/spawn.html" title="Stackful Coroutines">Stackful Coroutines</a>
  67. </li>
  68. </ul></div>
  69. </li>
  70. <li class="listitem">
  71. <a class="link" href="overview/networking.html" title="Networking">Networking</a>
  72. <div class="itemizedlist"><ul class="itemizedlist" type="circle">
  73. <li class="listitem">
  74. <a class="link" href="overview/networking/protocols.html" title="TCP, UDP and ICMP">TCP, UDP and ICMP</a>
  75. </li>
  76. <li class="listitem">
  77. <a class="link" href="overview/networking/other_protocols.html" title="Support for Other Protocols">Support
  78. for Other Protocols</a>
  79. </li>
  80. <li class="listitem">
  81. <a class="link" href="overview/networking/iostreams.html" title="Socket Iostreams">Socket Iostreams</a>
  82. </li>
  83. <li class="listitem">
  84. <a class="link" href="overview/networking/bsd_sockets.html" title="The BSD Socket API and Asio">The BSD Socket
  85. API and Asio</a>
  86. </li>
  87. </ul></div>
  88. </li>
  89. <li class="listitem">
  90. <a class="link" href="overview/timers.html" title="Timers">Timers</a>
  91. </li>
  92. <li class="listitem">
  93. <a class="link" href="overview/serial_ports.html" title="Serial Ports">Serial Ports</a>
  94. </li>
  95. <li class="listitem">
  96. <a class="link" href="overview/signals.html" title="Signal Handling">Signal Handling</a>
  97. </li>
  98. <li class="listitem">
  99. <a class="link" href="overview/posix.html" title="POSIX-Specific Functionality">POSIX-Specific Functionality</a>
  100. <div class="itemizedlist"><ul class="itemizedlist" type="circle">
  101. <li class="listitem">
  102. <a class="link" href="overview/posix/local.html" title="UNIX Domain Sockets">UNIX Domain Sockets</a>
  103. </li>
  104. <li class="listitem">
  105. <a class="link" href="overview/posix/stream_descriptor.html" title="Stream-Oriented File Descriptors">Stream-Oriented
  106. File Descriptors</a>
  107. </li>
  108. </ul></div>
  109. </li>
  110. <li class="listitem">
  111. <a class="link" href="overview/windows.html" title="Windows-Specific Functionality">Windows-Specific Functionality</a>
  112. <div class="itemizedlist"><ul class="itemizedlist" type="circle">
  113. <li class="listitem">
  114. <a class="link" href="overview/windows/stream_handle.html" title="Stream-Oriented HANDLEs">Stream-Oriented
  115. HANDLEs</a>
  116. </li>
  117. <li class="listitem">
  118. <a class="link" href="overview/windows/random_access_handle.html" title="Random-Access HANDLEs">Random-Access
  119. HANDLEs</a>
  120. </li>
  121. </ul></div>
  122. </li>
  123. <li class="listitem">
  124. <a class="link" href="overview/ssl.html" title="SSL">SSL</a>
  125. </li>
  126. <li class="listitem">
  127. <a class="link" href="overview/cpp2011.html" title="C++ 2011 Support">C++ 2011 Support</a>
  128. </li>
  129. <li class="listitem">
  130. <a class="link" href="overview/implementation.html" title="Platform-Specific Implementation Notes">Platform-Specific Implementation
  131. Notes</a>
  132. </li>
  133. </ul></div>
  134. </div>
  135. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  136. <td align="left"></td>
  137. <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
  138. Distributed under the Boost Software License, Version 1.0. (See accompanying
  139. 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>)
  140. </p>
  141. </div></td>
  142. </tr></table>
  143. <hr>
  144. <div class="spirit-nav">
  145. <a accesskey="p" href="../index.html"><img src="../prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../home.png" alt="Home"></a><a accesskey="n" href="overview/rationale.html"><img src="../next.png" alt="Next"></a>
  146. </div>
  147. </body>
  148. </html>