Boost C++ Libraries: Ticket #8516: Async: Add future/shared_future::then taking a scheduler as parameter https://svn.boost.org/trac10/ticket/8516 <pre class="wiki"> template&lt;typename S, typename F&gt; inline future&lt;typename boost::result_of&lt;F(future&amp;)&gt;::type&gt; future::then(S&amp;, F&amp;&amp; func); template&lt;typename S, typename F&gt; inline future&lt;typename boost::result_of&lt;F(shared_future&amp;)&gt;::type&gt; shared_future::then(S&amp;, F&amp;&amp; func); </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8516 Trac 1.4.3 viboes Sun, 28 Apr 2013 21:15:37 GMT owner, status changed https://svn.boost.org/trac10/ticket/8516#comment:1 https://svn.boost.org/trac10/ticket/8516#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> to <span class="trac-author">viboes</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket viboes Tue, 28 May 2013 19:05:24 GMT summary changed https://svn.boost.org/trac10/ticket/8516#comment:2 https://svn.boost.org/trac10/ticket/8516#comment:2 <ul> <li><strong>summary</strong> <span class="trac-field-old">Add future/shared_future::then taking a scheduler as parameter</span> → <span class="trac-field-new">Async: Add future/shared_future::then taking a scheduler as parameter</span> </li> </ul> Ticket mjklaim@… Mon, 15 Jul 2013 18:32:12 GMT <link>https://svn.boost.org/trac10/ticket/8516#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8516#comment:3</guid> <description> <p> I'm willing to try this feature as soon as it's in SVN, I see a lot of cases in my different projects where it would be very helpful. (I'm posting here to get notified) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sun, 24 Aug 2014 23:50:44 GMT</pubDate> <title>status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/8516#comment:4 https://svn.boost.org/trac10/ticket/8516#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.57.0</span> </li> </ul> <p> Released in 1.56 </p> Ticket