Opened 9 years ago

Last modified 9 years ago

#8517 assigned Feature Requests

Async: Add a variadic shared_future::then — at Version 2

Reported by: viboes Owned by: viboes
Milestone: To Be Determined Component: thread
Version: Boost 1.54.0 Severity: Problem
Keywords: Cc:

Description (last modified by viboes)

template<typename S, typename ...F>
shared_future<tuple<typename boost::result_of<F(shared_future&)>::type...>
future::then(S&, F&& func ...);

Change History (2)

comment:1 by viboes, 9 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:2 by viboes, 9 years ago

Description: modified (diff)
Summary: Add a variadic future/shared_future::thenAsync: Add a variadic shared_future::then
Note: See TracTickets for help on using tickets.