| 59 | } |
| 60 | |
| 61 | void LoadBalanceThread::Stop() { |
| 62 | if (impl_->t) { |
| 63 | impl_->stop = true; |
| 64 | impl_->t->join(); |
| 65 | impl_->t.release(); |
| 66 | } |
| 67 | } |
| 68 | |
| 69 | void LoadBalanceThread::DoRun() { |
| 70 | comm::RetCode ret; |
nothing calls this directly
no outgoing calls
no test coverage detected