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

Method KeepMasterThread

phxqueue/store/keepmasterthread.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected