Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ finalize
Method
finalize
src/common/recordio.hpp:189–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
void finalize() override
190
{
191
// Fail any remaining waiters.
192
fail(
"Reader is terminating"
);
193
}
194
195
private:
196
void fail(const std::string& message)
Callers
nothing calls this directly
Calls
1
fail
Function · 0.50
Tested by
no test coverage detected