[thread] Is future.then( scheduler , task ) abandoned?
On this page: http://www.boost.org/doc/libs/1_54_0/doc/html/thread/future.html And in the task list: https://svn.boost.org/trac/boost/query?status=!closed&component=thread We can see that there are plans to add async( scheduler, task ). However there are no tasks for future.then( scheduler, task ). The documentation suggests that it will be implemented in a future release. So I just wanted a confirmation: is it still planned or is it abandoned? Or is it just a missing task? Joel Lamotte
Klaim - Joël Lamotte wrote
On this page: http://www.boost.org/doc/libs/1_54_0/doc/html/thread/future.html And in the task list: https://svn.boost.org/trac/boost/query?status=!closed&component=thread
We can see that there are plans to add async( scheduler, task ). However there are no tasks for future.then( scheduler, task ). The documentation suggests that it will be implemented in a future release.
So I just wanted a confirmation: is it still planned or is it abandoned? Or is it just a missing task?
Hi, do you mean Async: Add future/shared_future::then taking a scheduler as parameter https://svn.boost.org/trac/boost/ticket/8516 Best, Vicente -- View this message in context: http://boost.2283326.n4.nabble.com/thread-Is-future-then-scheduler-task-aban... Sent from the Boost - Dev mailing list archive at Nabble.com.
On Mon, Jul 15, 2013 at 8:20 PM, Vicente Botet
do you mean Async: Add future/shared_future::then taking a scheduler as parameter https://svn.boost.org/trac/boost/ticket/8516
Ah yes, I misread this one, thanks! I'll 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. Joel Lamotte
participants (2)
-
Klaim - Joël Lamotte
-
Vicente Botet