Skip to content

Commit

Permalink
Make thread been joinable
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoyli committed Nov 11, 2021
1 parent 575220b commit b928d44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions be/src/agent/task_worker_pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <deque>
#include <memory>
#include <mutex>
#include <thread>
#include <utility>
#include <vector>

Expand Down
4 changes: 0 additions & 4 deletions be/src/service/brpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
#undef DISALLOW_IMPLICIT_CONSTRUCTORS
#endif

#ifdef arraysize
#undef arraysize
#endif

#undef OVERRIDE
#undef FINAL

Expand Down

0 comments on commit b928d44

Please sign in to comment.