MCPcopy Create free account
hub / github.com/3rdparty/libprocess / exited

Method exited

src/process.cpp:4019–4024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4017
4018private:
4019 void exited(const UPID&) override
4020 {
4021 VLOG(3) << "Waiter process waited for " << pid;
4022 *waited = true;
4023 terminate(self());
4024 }
4025
4026 void timeout()
4027 {

Callers

nothing calls this directly

Calls 1

terminateFunction · 0.70

Tested by

no test coverage detected