MCPcopy Create free account
hub / github.com/Tencent/phxqueue / CleanThread

Method CleanThread

phxqueue/lock/cleanthread.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53CleanThread::CleanThread(Lock *const lock) : impl_(new CleanThreadImpl()) {
54 impl_->lock = lock;
55}
56
57CleanThread::~CleanThread() {
58 Stop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected