Opened 9 years ago
Last modified 9 years ago
#8517 assigned Feature Requests
Add a variadic future/shared_future::then — at Initial Version
Reported by: | viboes | Owned by: | Anthony Williams |
---|---|---|---|
Milestone: | To Be Determined | Component: | thread |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
template<typename S, typename ...F> inline future<tuple<typename boost::result_of<F(future&)>::type ...> future::then(S&, F&&.func ...);
Note:
See TracTickets
for help on using tickets.