Does any open-source implementation of future.then currently exists?
It would be very useful for a project I am currently working on, and boosts implementation doesn’t seem to be there quite yet.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re developing on Windows with
Visual Studio 2012Visual Studio 2010 and newer, you can leverage the Parallel Patterns Library, which offers theconcurrent::taskclass class which has a similarthenmethod.