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

Method Start

libs/map/transit/transit_reader.cpp:249–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249void TransitReadManager::Start()
250{
251 if (m_threadsPool != nullptr)
252 return;
253
254 using namespace placeholders;
255 uint8_t constexpr kThreadsCount = 1;
256 m_threadsPool = make_unique<base::ThreadPool>(kThreadsCount, bind(&TransitReadManager::OnTaskCompleted, this, _1));
257}
258
259void TransitReadManager::Stop()
260{

Callers 1

RunScenarioFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected