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

Method Start

libs/drape_frontend/read_manager.cpp:59–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void ReadManager::Start()
60{
61 if (m_pool != nullptr)
62 return;
63
64 ASSERT_EQUAL(m_counter, 0, ());
65
66 m_pool = make_unique_dp<base::ThreadPool>(kReadingThreadsCount,
67 std::bind(&ReadManager::OnTaskFinished, this, std::placeholders::_1));
68}
69
70void ReadManager::Stop()
71{

Callers 3

OnContextCreateMethod · 0.45
OnRenderingEnabledMethod · 0.45
DoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected