MCPcopy Create free account
hub / github.com/apache/mesos / ~Route

Method ~Route

3rdparty/libprocess/src/process.cpp:316–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 }
315
316 ~Route()
317 {
318 terminate(process);
319 wait(process);
320 }
321
322private:
323 class RouteProcess : public Process<RouteProcess>

Callers

nothing calls this directly

Calls 2

terminateFunction · 0.70
waitFunction · 0.70

Tested by

no test coverage detected