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

Method Interrupt

src/httpserver.cpp:117–122  ·  view source on GitHub ↗

Interrupt and exit loops */

Source from the content-addressed store, hash-verified

115 }
116 /** Interrupt and exit loops */
117 void Interrupt()
118 {
119 std::unique_lock<std::mutex> lock(cs);
120 running = false;
121 cond.notify_all();
122 }
123};
124
125struct HTTPPathHandler

Callers 1

InterruptHTTPServerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected