Boost C++ Libraries: Ticket #12088: Deferred continuable futures not executed anymore. https://svn.boost.org/trac10/ticket/12088 <p> What was working in 1.59 while using deferred continuable futures is not anymore in 1.60. </p> <pre class="wiki">boost::async( [](){ std::cout &lt;&lt; "first chunk" &lt;&lt; std::endl; }).then( boost::launch::deferred, []( boost::future&lt;void&gt; ) { std::cout &lt;&lt; "second chunk" &lt;&lt; std::endl; }); </pre><p> In 1.59, both messages are printed/executed. However, in 1.60, the second message (or any other deferred continuation) is not printed/executed. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12088 Trac 1.4.3 viboes Wed, 23 Mar 2016 22:26:15 GMT owner, status changed https://svn.boost.org/trac10/ticket/12088#comment:1 https://svn.boost.org/trac10/ticket/12088#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> <p> A deferred continuation needs some one to wait in the resulting future, isn't it? </p> Ticket viboes Thu, 31 Mar 2016 16:56:53 GMT type changed https://svn.boost.org/trac10/ticket/12088#comment:2 https://svn.boost.org/trac10/ticket/12088#comment:2 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Support Requests</span> </li> </ul> <p> Moved to support until there is more discussion </p> Ticket viboes Sat, 03 Sep 2016 13:46:51 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/12088#comment:3 https://svn.boost.org/trac10/ticket/12088#comment:3 <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">worksforme</span> </li> </ul> <p> Please reopen this issue if it is still there giving more information. </p> Ticket