Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ Interrupt
Method
Interrupt
src/rpc/core/httpserver.cpp:132–136 ·
view source on GitHub ↗
Interrupt and exit loops */
Source
from the content-addressed store, hash-verified
130
}
131
/** Interrupt and exit loops */
132
void Interrupt() {
133
STD_LOCK(cs);
134
running = false;
135
cond.notify_all();
136
}
137
};
138
139
struct HTTPPathHandler {
Callers
1
InterruptHTTPServer
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected