Opened 9 years ago

Closed 8 years ago

#8516 closed Feature Requests (fixed)

Async: Add future/shared_future::then taking a scheduler as parameter

Reported by: viboes Owned by: viboes
Milestone: Boost 1.57.0 Component: thread
Version: Boost 1.54.0 Severity: Problem
Keywords: Cc:

Description

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

Change History (4)

comment:1 by viboes, 9 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:2 by viboes, 9 years ago

Summary: Add future/shared_future::then taking a scheduler as parameterAsync: Add future/shared_future::then taking a scheduler as parameter

comment:3 by mjklaim@…, 9 years ago

I'm willing to try this feature as soon as it's in SVN, I see a lot of cases in my different projects where it would be very helpful. (I'm posting here to get notified)

comment:4 by viboes, 8 years ago

Milestone: To Be DeterminedBoost 1.57.0
Resolution: fixed
Status: assignedclosed

Released in 1.56

Note: See TracTickets for help on using tickets.