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

Method StartThread

DebugView++Lib/PolledLogSource.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void PolledLogSource::StartThread()
52{
53 if (m_microsecondInterval > m_microsecondInterval.zero())
54 m_thread = std::make_unique<std::thread>(&PolledLogSource::Loop, this);
55}
56
57long PolledLogSource::GetMicrosecondInterval() const
58{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected