id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 12088,Deferred continuable futures not executed anymore.,ivmun,viboes,"What was working in 1.59 while using deferred continuable futures is not anymore in 1.60. {{{ boost::async( [](){ std::cout << ""first chunk"" << std::endl; }).then( boost::launch::deferred, []( boost::future ) { std::cout << ""second chunk"" << std::endl; }); }}} In 1.59, both messages are printed/executed. However, in 1.60, the second message (or any other deferred continuation) is not printed/executed.",Support Requests,closed,To Be Determined,thread,Boost 1.60.0,Regression,worksforme,,