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

Method Notify

libs/drape_frontend/base_renderer.cpp:207–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void BaseRenderer::Notify()
208{
209 std::function<void()> handler;
210 {
211 std::lock_guard<std::mutex> lock(m_completionHandlerMutex);
212 handler = std::move(m_renderingEnablingCompletionHandler);
213 m_renderingEnablingCompletionHandler = nullptr;
214 }
215
216 if (handler != nullptr)
217 handler();
218}
219
220void BaseRenderer::WakeUp()
221{

Callers 2

DoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected