Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ ~Server
Method
~Server
src/http.cpp:2275–2282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2273
2274
2275
Server::~Server()
2276
{
2277
// `process` may be a `nullptr` if we've moved `this`.
2278
if (process.get() != nullptr) {
2279
terminate(*process);
2280
wait(*process);
2281
}
2282
}
2283
2284
2285
Future<Nothing> Server::run()
Callers
nothing calls this directly
Calls
3
terminate
Function · 0.70
wait
Function · 0.70
get
Method · 0.45
Tested by
no test coverage detected