It is found on CentOS 7.0.1406 which is very early version of CentOS 7. Co-authored-by: Changbin Park <[email protected]>
@@ -560,10 +560,9 @@ public:
{
std::unique_lock<std::mutex> lock(mutex_);
shutdown_ = true;
+ cond_.notify_all();
}
- cond_.notify_all();
-
// Join...
for (auto &t : threads_) {
t.join();