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

Method finalize

3rdparty/libprocess/src/grpc.cpp:134–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133
134void Runtime::RuntimeProcess::finalize()
135{
136 CHECK(terminating) << "Runtime has not yet been terminated";
137
138 // NOTE: This is a blocking call. However, the thread is guaranteed
139 // to be exiting, therefore the amount of blocking time should be
140 // short (just like other syscalls we invoke).
141 looper->join();
142 looper.reset();
143 terminated.set(Nothing());
144}
145
146
147void Runtime::RuntimeProcess::loop()

Callers

nothing calls this directly

Calls 4

NothingClass · 0.85
joinMethod · 0.65
resetMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected