Opened 9 years ago

Last modified 9 years ago

#8515 closed Feature Requests

Add shared_future::then — at Version 1

Reported by: viboes Owned by: Anthony Williams
Milestone: Boost 1.55.0 Component: thread
Version: Boost 1.54.0 Severity: Problem
Keywords: Cc:

Description (last modified by viboes)

        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);

Change History (1)

comment:1 by viboes, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.