Merge pull request #18982 from anton-potapov:sole_tbb_executor_async_test

This commit is contained in:
Alexander Alekhin 2020-12-01 12:34:12 +00:00
commit 6f5af6eb42

View File

@ -95,9 +95,9 @@ TEST(TBBExecutor, AsyncBasic) {
if (!slept) {
std::this_thread::sleep_for(std::chrono::milliseconds(1));
}
callback();
callback_called = true;
master_was_blocked_until_callback_called = (master_is_waiting == true);
callback();
});
auto async_task_body = [&](std::function<void()>&& cb, size_t /*total_order_index*/) {