Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ join
Method
join
phxsqlproxy/phxthread.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void PhxThread::join() {
31
if (thr_)
32
thr_->join();
33
}
34
35
void PhxThread::detach() {
36
if (thr_)
Callers
4
PrintComm
Function · 0.80
PrintLib
Function · 0.80
PrintBin
Function · 0.80
PrintMakeAllSubDir
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected