Re: [Boost-bugs] [Boost C++ Libraries] #7445: Async: Add future<>.then

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7445: Async: Add future<>.then
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-04-08 19:19:29


#7445: Async: Add future<>.then
-------------------------------+--------------------------------------------
  Reporter: viboes | Owner: viboes
      Type: Feature Requests | Status: closed
 Milestone: Boost 1.54.0 | Component: thread
   Version: Boost 1.51.0 | Severity: Not Applicable
Resolution: fixed | Keywords:
-------------------------------+--------------------------------------------
Changes (by viboes):

  * status: assigned => closed
  * resolution: => fixed
  * milestone: Boost 1.55.0 => Boost 1.54.0

Comment:

 Only the prototype has been implemented


 {{{
   template<typename F>
   future<typename boost::result_of<F( future&)>::type>
   then(F&& func);
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7445#comment:6>
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