Subject: [Boost-bugs] [Boost C++ Libraries] #8515: Add shared_future::then
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-04-28 20:59:29
#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
Keywords: |
------------------------------+---------------------------------------------
{{{
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);
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8515> 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