Opened 9 years ago
Last modified 9 years ago
#8515 closed Feature Requests
Add shared_future::then — at Initial Version
Reported by: | viboes | Owned by: | Anthony Williams |
---|---|---|---|
Milestone: | Boost 1.55.0 | Component: | thread |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
template<typename F> inline future<typename boost::result_of<F(BOOST_THREAD_FUTURE&)>::type> then(F&& func); template<typename F> inline future<typename boost::result_of<F(BOOST_THREAD_FUTURE&)>::type> then(launch policy, F&& func);
Note:
See TracTickets
for help on using tickets.