MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / Interrupt

Function Interrupt

src/init.cpp:129–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127bool ShutdownRequested() { return fRequestShutdown; }
128
129void Interrupt() { InterruptRPCServer(); }
130
131void Shutdown() {
132 LogPrint(BCLog::INFO, "Shutdown() : In progress...\n");

Callers 4

DetectShutdownThreadFunction · 0.85
RunCoinFunction · 0.85
DetectShutdownThreadFunction · 0.85
RunCoinFunction · 0.85

Calls 1

InterruptRPCServerFunction · 0.85

Tested by 2

DetectShutdownThreadFunction · 0.68
RunCoinFunction · 0.68