Async: Add shared_future::then
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)
Description: |
modified (diff)
|
Owner: |
changed from Anthony Williams to viboes
|
Status: |
new → assigned
|
Milestone: |
To Be Determined → Boost 1.55.0
|
Summary: |
Add shared_future::then → Async: Add shared_future::then
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Committed revision [84541].