Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Run
Method · 0.45
RunDelayed
Method · 0.45
RunSequential
Method · 0.45
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected