Commit be548312 authored by fasiondog's avatar fasiondog
Browse files

update

parent 6219544f
Showing with 1 addition and 2 deletions
+1 -2
......@@ -82,7 +82,7 @@ public:
} else {
m_master_work_queue.push(std::move(task));
}
m_cv.notify_all();
m_cv.notify_one();
return res;
}
......@@ -157,7 +157,6 @@ private:
while (!m_thread_need_stop && !m_done) {
run_pending_task();
}
// fmt::print("thread ({}) finished!\n", std::this_thread::get_id());
}
void run_pending_task() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment