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

Method finalize

src/log/catchup.cpp:208–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 }
207
208 void finalize() override
209 {
210 catching.discard();
211
212 // TODO(benh): Discard our promise only after 'catching' has
213 // completed (ready, failed, or discarded).
214 promise.discard();
215 }
216
217private:
218 static void timedout(Future<uint64_t> catching)

Callers

nothing calls this directly

Calls 1

discardMethod · 0.45

Tested by

no test coverage detected