MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / wakeup

Method wakeup

src/envfs.cpp:161–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 void add(HANDLE h) { m_handles.push_back(h); }
160
161 void wakeup()
162 {
163 {
164 std::unique_lock lock(m_mutex);
165 m_ready = true;
166 }
167
168 m_cv.notify_one();
169 }
170
171 void run()
172 {

Callers 1

forEachEntryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected