MCPcopy Create free account
hub / github.com/comaps/comaps / ClearState

Method ClearState

libs/routing/async_router.cpp:188–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void 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
199void AsyncRouter::LogCode(RouterResultCode code, double const elapsedSec)

Callers 4

BuildRouteMethod · 0.45
ResetMethod · 0.45
ThreadFuncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected