MCPcopy 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
21PhxThread::~PhxThread() {
22 if (thr_)
23 delete thr_;
24}
25
26void 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