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

Method Stop

phxqueue/store/keepmasterthread.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void KeepMasterThread::Stop() {
69 if (impl_->t) {
70 impl_->stop = true;
71 impl_->t->join();
72 impl_->t.release();
73 }
74}
75
76
77void KeepMasterThread::DoRun() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected