Re: [Boost-bugs] [Boost C++ Libraries] #11716: ::then(f) should inherit the parent Executor

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11716: ::then(f) should inherit the parent Executor
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-10-17 22:18:06


#11716: ::then(f) should inherit the parent Executor
---------------------------+----------------------
  Reporter: viboes | Owner: viboes
      Type: Bugs | Status: assigned
 Milestone: Boost 1.60.0 | Component: thread
   Version: Boost 1.58.0 | Severity: Problem
Resolution: | Keywords:
---------------------------+----------------------

Comment (by viboes):

 After some more thoughts, I believe that then(cont) should result in the
 continuation been called on an unspecified thread of execution, as the
 Concurrency TS says.

 If the user wants to use the same executor it could do


 {{{
 f.then(launch::executor, cont);
 }}}

 See #11736

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11716#comment:3>
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:19 UTC