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

Method Stop

libs/map/transit/transit_reader.cpp:259–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259void TransitReadManager::Stop()
260{
261 if (m_threadsPool != nullptr)
262 m_threadsPool->Stop();
263 m_threadsPool.reset();
264}
265
266void TransitReadManager::SetDrapeEngine(ref_ptr<df::DrapeEngine> engine)
267{

Callers 1

RunScenarioFunction · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected