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

Method Stop

phxqueue/scheduler/keepmasterthread.cpp:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void KeepMasterThread::Stop() {
63 if (impl_->t) {
64 impl_->stop = true;
65 impl_->t->join();
66 impl_->t.release();
67 }
68}
69
70void KeepMasterThread::DoRun() {
71 impl_->scheduler->OnKeepMasterThreadRun();

Callers 1

DisposeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected