Opened 9 years ago
Closed 8 years ago
#8516 closed Feature Requests (fixed)
Async: Add future/shared_future::then taking a scheduler as parameter
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | Boost 1.57.0 | Component: | thread |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
template<typename S, typename F> inline future<typename boost::result_of<F(future&)>::type> future::then(S&, F&& func); template<typename S, typename F> inline future<typename boost::result_of<F(shared_future&)>::type> shared_future::then(S&, F&& func);
Change History (4)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Summary: | Add future/shared_future::then taking a scheduler as parameter → Async: Add future/shared_future::then taking a scheduler as parameter |
---|
comment:3 by , 9 years ago
comment:4 by , 8 years ago
Milestone: | To Be Determined → Boost 1.57.0 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Released in 1.56
Note:
See TracTickets
for help on using tickets.
I'm willing to try this feature as soon as it's in SVN, I see a lot of cases in my different projects where it would be very helpful. (I'm posting here to get notified)