Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1581
private:
1582
void killed(const Future<vector<Nothing>>& kill)
Callers
nothing calls this directly
Calls
2
discard
Function · 0.50
discard
Method · 0.45
Tested by
no test coverage detected