MCPcopy Create free account
hub / github.com/Tencent/phxsql / detach

Method detach

phxsqlproxy/phxthread.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void PhxThread::detach() {
36 if (thr_)
37 thr_->detach();
38}
39
40std::thread::id PhxThread::get_id() const {
41 return std::this_thread::get_id();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected