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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user