MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / ~GuiExecutor

Method ~GuiExecutor

CobaltFusion/GuiExecutor.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48GuiExecutor::~GuiExecutor()
49{
50 if (IsExecutorThread())
51 m_wnd.DestroyWindow();
52 else
53 Call([this] { m_wnd.DestroyWindow(); });
54}
55
56ScheduledCall GuiExecutor::CallAt(const TimePoint& at, std::function<void ()> fn)
57{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected