MCPcopy Create free account
hub / github.com/apache/mesos / initialize

Method initialize

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

Source from the content-addressed store, hash-verified

4013 waited(_waited) {}
4014
4015 void initialize() override
4016 {
4017 VLOG(3) << "Running waiter process for " << pid;
4018 link(pid);
4019 delay(duration, self(), &WaitWaiter::timeout);
4020 }
4021
4022private:
4023 void exited(const UPID&) override

Callers 1

resumeMethod · 0.45

Calls 1

delayFunction · 0.50

Tested by

no test coverage detected