Opened 9 years ago

Closed 9 years ago

#8515 closed Feature Requests (fixed)

Async: Add shared_future::then

Reported by: viboes Owned by: viboes
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 (5)

comment:1 by viboes, 9 years ago

Description: modified (diff)

comment:2 by viboes, 9 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:3 by viboes, 9 years ago

Milestone: To Be DeterminedBoost 1.55.0
Summary: Add shared_future::thenAsync: Add shared_future::then

comment:4 by viboes, 9 years ago

Committed revision [84541].

comment:5 by viboes, 9 years ago

Resolution: fixed
Status: assignedclosed

Changeset [85200]

Note: See TracTickets for help on using tickets.