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

Method Interrupt

src/httpserver.cpp:121–126  ·  view source on GitHub ↗

Interrupt and exit loops */

Source from the content-addressed store, hash-verified

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

Callers 1

InterruptHTTPServerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected