Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ ~PhxThread
Method
~PhxThread
phxsqlproxy/phxthread.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
PhxThread::~PhxThread() {
22
if (thr_)
23
delete thr_;
24
}
25
26
void PhxThread::start() {
27
thr_ = new std::thread(&PhxThread::run, this);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected