Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongzhang0916 committed Mar 18, 2022
1 parent ace0fb7 commit 89a5086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ int main() {
std::cout << do_queryuser(test::username[rand() % 4]) << std::endl;
});
}

std::cout<<"end..."<<std::endl;
// 作业要求4:等待 tpool 中所有线程都结束后再退出
return 0;
}

0 comments on commit 89a5086

Please sign in to comment.