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

Method KeepMasterThread

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected