Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ ~Server
Method
~Server
3rdparty/libprocess/src/http.cpp:2391–2398 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2389
2390
2391
Server::~Server()
2392
{
2393
// `process` may be a `nullptr` if we've moved `this`.
2394
if (process.get() != nullptr) {
2395
terminate(*process);
2396
wait(*process);
2397
}
2398
}
2399
2400
2401
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