Boost C++ Libraries: Ticket #10427: Take in account the deferred and ready futures in when_any. https://svn.boost.org/trac10/ticket/10427 <p> Take in account this deferred and ready futures in when_any. </p> <ul><li>Each of the futures supplied to when_any is checked in the order supplied. If a given future is ready, then no further futures are checked, and the call to when_any returns immediately. If a given future refers to a deferred task that has not yet started execution, then no further futures are checked, that task is executed, and the call to when_any then returns immediately. </li></ul> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10427 Trac 1.4.3 viboes Sat, 30 Aug 2014 09:53:42 GMT owner, status changed https://svn.boost.org/trac10/ticket/10427#comment:1 https://svn.boost.org/trac10/ticket/10427#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 Sun, 07 Sep 2014 07:54:01 GMT type changed https://svn.boost.org/trac10/ticket/10427#comment:2 https://svn.boost.org/trac10/ticket/10427#comment:2 <ul> <li><strong>type</strong> <span class="trac-field-old">Feature Requests</span> → <span class="trac-field-new">Bugs</span> </li> </ul> <p> Set as Bug as otherwise this is not an optimization. </p> Ticket viboes Sun, 07 Sep 2014 08:01:14 GMT milestone changed https://svn.boost.org/trac10/ticket/10427#comment:3 https://svn.boost.org/trac10/ticket/10427#comment:3 <ul> <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> <a class="ext-link" href="https://github.com/boostorg/thread/commit/24983f0bcec65f7bc88a47ee52fda2e7979cb99a"><span class="icon">​</span>https://github.com/boostorg/thread/commit/24983f0bcec65f7bc88a47ee52fda2e7979cb99a</a> <a class="ext-link" href="https://github.com/boostorg/thread/commit/e93035ce4211375a040cdb61959ecd8d94e3a941"><span class="icon">​</span>https://github.com/boostorg/thread/commit/e93035ce4211375a040cdb61959ecd8d94e3a941</a> </p> Ticket viboes Sat, 11 Oct 2014 05:29:16 GMT summary changed https://svn.boost.org/trac10/ticket/10427#comment:4 https://svn.boost.org/trac10/ticket/10427#comment:4 <ul> <li><strong>summary</strong> <span class="trac-field-old">Take in account this deferred and ready futures in when_any.</span> → <span class="trac-field-new">Take in account the deferred and ready futures in when_any.</span> </li> </ul> Ticket viboes Sun, 12 Oct 2014 13:48:28 GMT <link>https://svn.boost.org/trac10/ticket/10427#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10427#comment:5</guid> <description> <p> <a class="ext-link" href="https://github.com/boostorg/thread/commit/1029fa9c5937269c9a65848972da7d8bbe9c64b0"><span class="icon">​</span>https://github.com/boostorg/thread/commit/1029fa9c5937269c9a65848972da7d8bbe9c64b0</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sat, 25 Oct 2014 15:43:14 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/10427#comment:6 https://svn.boost.org/trac10/ticket/10427#comment:6 <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> </ul> Ticket