[Boost-bugs] [Boost C++ Libraries] #8516: Add future/shared_future::then taking a scheduler as parameter

Subject: [Boost-bugs] [Boost C++ Libraries] #8516: Add future/shared_future::then taking a scheduler as parameter
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-04-28 21:03:25


#8516: Add future/shared_future::then taking a scheduler as parameter
------------------------------+---------------------------------------------
 Reporter: viboes | Owner: anthonyw
     Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: thread
  Version: Boost 1.54.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------------------------
 {{{
         template<typename S, typename F>
         inline future<typename boost::result_of<F(future&)>::type>
         future::then(S&, F&& func);
         template<typename S, typename F>
         inline future<typename boost::result_of<F(shared_future&)>::type>
         shared_future::then(S&, F&& func);

 }}}

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