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

Method GuiExecutorClient

CobaltFusion/ExecutorClient.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace fusion {
15
16GuiExecutorClient::GuiExecutorClient()
17 : m_executor(std::make_unique<GuiExecutor>())
18{
19}
20
21void GuiExecutorClient::Call(std::function<void()> fn)
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected