2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-23 18:12:12 +00:00

remove last sleep as now the tasks block the executors shared state lifetime as it is copied.

This commit is contained in:
Vicente J. Botet Escriba
2015-02-21 11:20:42 +01:00
parent 81f67eeb54
commit ff7e394084

View File

@@ -86,7 +86,6 @@ int test_executor_adaptor()
boost::basic_thread_pool ea1(4);
boost::serial_executor ea2(ea1);
submit_some(ea2);
boost::this_thread::sleep_for(boost::chrono::seconds(10));
}
#endif
// std::cout << BOOST_CONTEXTOF << std::endl;