[Boost-bugs] [Boost C++ Libraries] #10833: boost::async should support auto scheduling (launch deferred)?

Subject: [Boost-bugs] [Boost C++ Libraries] #10833: boost::async should support auto scheduling (launch deferred)?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-12-02 07:14:28


#10833: boost::async should support auto scheduling (launch deferred)?
------------------------------+----------------------
 Reporter: adishavit@… | Owner: anthonyw
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: thread
  Version: Boost 1.57.0 | Severity: Problem
 Keywords: |
------------------------------+----------------------
 One of the design choices for std::async() default launch policy was to
 allow the OS scheduler to decide whether or not to launch a new thread or
 remain on the same thread (presumably based on available system
 resources).
 Boost::async() does not seem to support this default auto scheduling yet?
 It seems to be launching as many threads as tasks.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10833>
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:17 UTC