MCPcopy 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
2391Server::~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
2401Future<Nothing> Server::run()

Callers

nothing calls this directly

Calls 3

terminateFunction · 0.70
waitFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected