Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8515: Add shared_future::then
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-04-28 21:00:34
#8515: Add shared_future::then
-------------------------------+--------------------------------------------
Reporter: viboes | Owner: anthonyw
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: thread
Version: Boost 1.54.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Description changed by viboes:
Old description:
> {{{
> template<typename F>
> inline future<typename
> boost::result_of<F(BOOST_THREAD_FUTURE&)>::type>
> then(F&& func);
> template<typename F>
> inline future<typename
> boost::result_of<F(BOOST_THREAD_FUTURE&)>::type>
> then(launch policy, F&& func);
> }}}
New description:
{{{
template<typename F>
inline future<typename boost::result_of<F(shared_future&)>::type>
then(F&& func);
template<typename F>
inline future<typename boost::result_of<F(shared_future&)>::type>
then(launch policy, F&& func);
}}}
-- -- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8515#comment:1> 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