Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
InitExecutor::InitExecutor(interfaces::Node& node)
20
: QObject(), m_node(node)
21
{
22
m_context.moveToThread(&m_thread);
23
m_thread.start();
24
}
25
26
InitExecutor::~InitExecutor()
27
{
Callers
nothing calls this directly
Calls
1
start
Method · 0.45
Tested by
no test coverage detected