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

Method finalize

src/linux/cgroups.cpp:1574–1579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1572 }
1573
1574 void finalize() override
1575 {
1576 remover.discard();
1577 discard(killers);
1578 promise.discard();
1579 }
1580
1581private:
1582 void killed(const Future<vector<Nothing>>& kill)

Callers

nothing calls this directly

Calls 2

discardFunction · 0.50
discardMethod · 0.45

Tested by

no test coverage detected