MCPcopy 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
2275Server::~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
2285Future<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