| 66 | } |
| 67 | |
| 68 | void KeepMasterThread::Stop() { |
| 69 | if (impl_->t) { |
| 70 | impl_->stop = true; |
| 71 | impl_->t->join(); |
| 72 | impl_->t.release(); |
| 73 | } |
| 74 | } |
| 75 | |
| 76 | |
| 77 | void KeepMasterThread::DoRun() { |
nothing calls this directly
no outgoing calls
no test coverage detected