MCPcopy Create free account
hub / github.com/ElementsProject/elements / InitExecutor

Method InitExecutor

src/qt/initexecutor.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#include <QThread>
18
19InitExecutor::InitExecutor(interfaces::Node& node)
20 : QObject(), m_node(node)
21{
22 m_context.moveToThread(&m_thread);
23 m_thread.start();
24}
25
26InitExecutor::~InitExecutor()
27{

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected