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

Method Stop

phxqueue/scheduler/loadbalancethread.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void LoadBalanceThread::Stop() {
62 if (impl_->t) {
63 impl_->stop = true;
64 impl_->t->join();
65 impl_->t.release();
66 }
67}
68
69void LoadBalanceThread::DoRun() {
70 comm::RetCode ret;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected