Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Interrupt
Method
Interrupt
src/httpserver.cpp:116–121 ·
view source on GitHub ↗
Interrupt and exit loops */
Source
from the content-addressed store, hash-verified
114
}
115
/** Interrupt and exit loops */
116
void Interrupt()
117
{
118
LOCK(cs);
119
running = false;
120
cond.notify_all();
121
}
122
};
123
124
struct HTTPPathHandler
Callers
1
InterruptHTTPServer
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected