| 186 | } |
| 187 | |
| 188 | void AsyncRouter::ClearState() |
| 189 | { |
| 190 | unique_lock ul(m_guard); |
| 191 | |
| 192 | m_clearState = true; |
| 193 | m_threadCondVar.notify_one(); |
| 194 | |
| 195 | ResetDelegate(); |
| 196 | } |
| 197 | |
| 198 | // static |
| 199 | void AsyncRouter::LogCode(RouterResultCode code, double const elapsedSec) |
no outgoing calls
no test coverage detected