Class encapsulating Bitcoin Core startup and shutdown.
More...
#include <initexecutor.h>
Class encapsulating Bitcoin Core startup and shutdown.
Allows running startup and shutdown in a different thread from the UI thread.
Definition at line 22 of file initexecutor.h.
◆ InitExecutor()
◆ ~InitExecutor()
InitExecutor::~InitExecutor |
( |
| ) |
|
◆ handleRunawayException()
void InitExecutor::handleRunawayException |
( |
const std::exception * |
e | ) |
|
|
private |
Pass fatal exception message to UI thread.
Definition at line 34 of file initexecutor.cpp.
◆ initialize
void InitExecutor::initialize |
( |
| ) |
|
|
slot |
◆ initializeResult
◆ runawayException
void InitExecutor::runawayException |
( |
const QString & |
message | ) |
|
|
signal |
◆ shutdown
void InitExecutor::shutdown |
( |
| ) |
|
|
slot |
◆ shutdownResult
void InitExecutor::shutdownResult |
( |
| ) |
|
|
signal |
◆ m_context
QObject InitExecutor::m_context |
|
private |
◆ m_node
◆ m_thread
QThread InitExecutor::m_thread |
|
private |
The documentation for this class was generated from the following files: