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

Method initialize

src/linux/perf.cpp:104–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103protected:
104 void initialize() override
105 {
106 // Stop when no one cares.
107 promise.future().onDiscard(lambda::bind(
108 static_cast<void(*)(const UPID&, bool)>(terminate), self(), true));
109
110 execute();
111 }
112
113 void finalize() override
114 {

Callers

nothing calls this directly

Calls 3

bindFunction · 0.50
executeFunction · 0.50
futureMethod · 0.45

Tested by

no test coverage detected