Opened 9 years ago
Last modified 9 years ago
#8517 assigned Feature Requests
Async: Add a variadic shared_future::then
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 )
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 , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Description: | modified (diff) |
---|---|
Summary: | Add a variadic future/shared_future::then → Async: Add a variadic shared_future::then |
Note:
See TracTickets
for help on using tickets.