Fix style

This commit is contained in:
Kruglov Pavel 2024-02-28 18:28:54 +01:00 committed by GitHub
parent f86213ecb6
commit 0c902f8d64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -410,7 +410,7 @@ void PipelineExecutor::executeImpl(size_t num_threads, bool concurrency_control)
cancel();
throw;
}
tasks.processAsyncTasks();
pool->wait();
}