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

Method Notify

libs/drape/drape_routine.hpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 void Notify(uint64_t id)
126 {
127 std::lock_guard<std::mutex> lock(m_mutex);
128 m_finishedIds.insert(id);
129 m_condition.notify_all();
130 }
131
132 void Wait(uint64_t id)
133 {

Callers 3

RunMethod · 0.45
RunDelayedMethod · 0.45
RunSequentialMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected