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

Method LoadBalanceThread

phxqueue/scheduler/loadbalancethread.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44LoadBalanceThread::LoadBalanceThread(Scheduler *const scheduler)
45 : impl_(new LoadBalanceThreadImpl()) {
46 impl_->scheduler = scheduler;
47}
48
49LoadBalanceThread::~LoadBalanceThread() {
50 Stop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected