Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxrpc
/ ~PluckThread
Method
~PluckThread
phxrpc/rpc/test_thread_queue.cpp:44–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
~PluckThread() {
45
thd_queue_->break_out();
46
for (auto & thd : thread_list_) {
47
thd->join();
48
delete thd;
49
}
50
}
51
52
void Func(size_t id) {
53
int n = 0;
Callers
nothing calls this directly
Calls
1
break_out
Method · 0.80
Tested by
no test coverage detected