MCPcopy Create free account
hub / github.com/LUX-Core/lux / Interrupt

Function Interrupt

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

Source from the content-addressed store, hash-verified

184static CScheduler scheduler;
185
186void Interrupt()
187{
188 InterruptHTTPServer();
189 InterruptHTTPRPC();
190 InterruptRPC();
191 InterruptREST();
192}
193
194/** Preparing steps before shutting down or restarting the wallet */
195void PrepareShutdown()

Callers 4

DetectShutdownThreadFunction · 0.85
AppInitFunction · 0.85
restartMethod · 0.85
shutdownMethod · 0.85

Calls 4

InterruptHTTPServerFunction · 0.85
InterruptHTTPRPCFunction · 0.85
InterruptRPCFunction · 0.85
InterruptRESTFunction · 0.85

Tested by

no test coverage detected