[Boost-bugs] [Boost C++ Libraries] #10427: Take in account this deferred and ready futures in when_any.

Subject: [Boost-bugs] [Boost C++ Libraries] #10427: Take in account this deferred and ready futures in when_any.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-08-30 09:52:35


#10427: Take in account this deferred and ready futures in when_any.
------------------------------+----------------------
 Reporter: viboes | Owner: anthonyw
     Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: thread
  Version: Boost 1.56.0 | Severity: Problem
 Keywords: |
------------------------------+----------------------
 Take in account this deferred and ready futures in when_any.

  - 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.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10427>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:16 UTC