Browse Source

test smoke

pull/492/head
c00420053 3 years ago
parent
commit
0d61cb9add
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      parser/common/thread_pool.cc

+ 1
- 0
parser/common/thread_pool.cc View File

@@ -64,6 +64,7 @@ void ThreadPool::ThreadFunc(ThreadPool *const thread_pool) {
if (thread_pool->is_stoped_ && thread_pool->tasks_.empty()) {
return;
}

task = std::move(thread_pool->tasks_.front());
thread_pool->tasks_.pop();
}


Loading…
Cancel
Save