This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
parser
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
test smoke
pull/492/head
c00420053
3 years ago
parent
4e801fb6e0
commit
0d61cb9add
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
}
Write
Preview
Loading…
Cancel
Save