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

Method ProcessMonitor

DebugView++Lib/ProcessMonitor.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23ProcessMonitor::ProcessMonitor() :
24 m_end(false),
25 m_event(Win32::CreateEvent(nullptr, false, false, nullptr)),
26 m_thread([this] { Run(); })
27{
28}
29
30ProcessMonitor::~ProcessMonitor()
31{

Callers

nothing calls this directly

Calls 1

CreateEventFunction · 0.85

Tested by

no test coverage detected