MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Signal

Method Signal

DebugView++Lib/PolledLogSource.cpp:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void PolledLogSource::Signal()
130{
131 std::lock_guard<std::mutex> lock(m_mutex);
132 if (!m_lines.empty())
133 SetEvent(m_handle.get());
134}
135
136} // namespace debugviewpp
137} // namespace fusion

Callers

nothing calls this directly

Calls 1

SetEventFunction · 0.85

Tested by

no test coverage detected