summaryrefslogtreecommitdiff
path: root/doc/html/thread/future.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/thread/future.html')
-rw-r--r--[-rwxr-xr-x]doc/html/thread/future.html59
1 files changed, 16 insertions, 43 deletions
diff --git a/doc/html/thread/future.html b/doc/html/thread/future.html
index cf236a516b..ae72dff3aa 100755..100644
--- a/doc/html/thread/future.html
+++ b/doc/html/thread/future.html
@@ -5,8 +5,8 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../thread.html" title="Chapter&#160;28.&#160;Thread">
-<link rel="prev" href="changes.html" title="Changes since">
+<link rel="up" href="../thread.html" title="Chapter&#160;28.&#160;Thread 3.0.1">
+<link rel="prev" href="changes.html" title="History">
<link rel="next" href="thread_management.html" title="Thread Management">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -27,58 +27,31 @@
<a name="thread.future"></a><a class="link" href="future.html" title="Future">Future</a>
</h2></div></div></div>
<p>
- The following features will be included in next releases. By order of priority:
+ The following features will be included in next releases.
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
+ Complete the C++11 missing features, in particular
+ <div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
- <a href="http://svn.boost.org/trac/boost/ticket/6194" target="_top">#6194</a>
- Adapt to Boost.Move.
- </li>
-<li class="listitem">
- <a href="http://svn.boost.org/trac/boost/ticket/4710" target="_top">#4710</a>
- Missing async().
- </li>
-<li class="listitem">
- <a href="http://svn.boost.org/trac/boost/ticket/6195" target="_top">#6195</a>
- Provide the standard time related interface using Boost.Chrono.
- <div class="itemizedlist"><ul class="itemizedlist" type="circle"><li class="listitem">
- <a href="http://svn.boost.org/trac/boost/ticket/2637" target="_top">#2637</a>
- shared mutex lock
- </li></ul></div>
- </li>
-<li class="listitem">
- Lock guards
- <div class="itemizedlist"><ul class="itemizedlist" type="circle">
-<li class="listitem">
- <a href="http://svn.boost.org/trac/boost/ticket/1850" target="_top">#1850</a>
- request for unlock_guard (and/or unique_unlock) to compliment lock_guard/unique_lock
+ <a href="http://svn.boost.org/trac/boost/ticket/4710" target="_top">#4710</a>
+ Missing async().
</li>
<li class="listitem">
- <a href="http://svn.boost.org/trac/boost/ticket/3567" target="_top">#3567</a>
- Request for shared_lock_guard
+ <a href="http://svn.boost.org/trac/boost/ticket/6227" target="_top">#6227</a>
+ Use of variadic templates on Generic Locking Algorithms on compilers
+ providing them.
</li>
-</ul></div>
- </li>
-<li class="listitem">
- <a href="http://svn.boost.org/trac/boost/ticket/2741" target="_top">#2741</a>
- Proposal to manage portable and non portable thread attributes.
- <div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
- #2880 Request for Thread scheduler support for boost ..
+ <a href="http://svn.boost.org/trac/boost/ticket/6270" target="_top">#6270</a>
+ Add thread constructor from movable callable and movable arguments
+ following C++11.
</li>
-<li class="listitem">
- #3696 Boost Thread library lacks any way to set priority of threads
- </li>
-<li class="listitem">
- #5956 Add optional stack_size argument to thread::start_thread()
- </li>
-</ul></div>
- </li>
</ul></div>
+ </li></ol></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2007 -8 Anthony Williams<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2007 -11 Anthony Williams<br>Copyright &#169; 2011 -12 Vicente J. Botet Escriba<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
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>)
</p>