1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5<title>Future</title> 6<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css"> 7<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 8<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> 9<link rel="up" href="../thread.html" title="Chapter 39. Thread 4.8.0"> 10<link rel="prev" href="changes.html" title="History"> 11<link rel="next" href="thread_management.html" title="Thread Management"> 12</head> 13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 14<table cellpadding="2" width="100%"><tr> 15<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td> 16<td align="center"><a href="../../../index.html">Home</a></td> 17<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td> 18<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 19<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 20<td align="center"><a href="../../../more/index.htm">More</a></td> 21</tr></table> 22<hr> 23<div class="spirit-nav"> 24<a accesskey="p" href="changes.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../thread.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="thread_management.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> 25</div> 26<div class="section"> 27<div class="titlepage"><div><div><h2 class="title" style="clear: both"> 28<a name="thread.future"></a><a class="link" href="future.html" title="Future">Future</a> 29</h2></div></div></div> 30<p> 31 The following features will be included in next releases. 32 </p> 33<div class="orderedlist"><ol class="orderedlist" type="1"> 34<li class="listitem"> 35 Add some minor features, in particular 36 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> 37 <a href="http://svn.boost.org/trac/boost/ticket/7589" target="_top">#7589</a> 38 Synchro: Add polymorphic lockables. 39 </li></ul></div> 40 </li> 41<li class="listitem"> 42 Add some features based on C++ proposals, in particular 43 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> 44<li class="listitem"> 45 <a href="http://svn.boost.org/trac/boost/ticket/8273" target="_top">#8273</a> 46 Synchro: Add externally locked streams. 47 </li> 48<li class="listitem"> 49 <a href="http://svn.boost.org/trac/boost/ticket/8514" target="_top">#8514</a> 50 Async: Add a thread_pool executor with work stealing. 51 </li> 52</ul></div> 53 </li> 54<li class="listitem"> 55 And some additional extensions related to futures as: 56 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> 57 <a href="http://svn.boost.org/trac/boost/ticket/8517" target="_top">#8517</a> 58 Async: Add a variadic shared_future::then. 59 </li></ul></div> 60 </li> 61</ol></div> 62</div> 63<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 64<td align="left"></td> 65<td align="right"><div class="copyright-footer">Copyright © 2007 -11 Anthony Williams<br>Copyright © 2011 -17 Vicente J. Botet Escriba<p> 66 Distributed under the Boost Software License, Version 1.0. (See accompanying 67 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>) 68 </p> 69</div></td> 70</tr></table> 71<hr> 72<div class="spirit-nav"> 73<a accesskey="p" href="changes.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../thread.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="thread_management.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> 74</div> 75</body> 76</html> 77