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

Method ActiveExecutorClient

CobaltFusion/ExecutorClient.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58ActiveExecutorClient::ActiveExecutorClient()
59 : m_executor(std::make_unique<ActiveExecutor>())
60{
61}
62
63void ActiveExecutorClient::Call(std::function<void()> fn)
64{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected