MCPcopy 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
195private:
196 void fail(const std::string& message)

Callers

nothing calls this directly

Calls 1

failFunction · 0.50

Tested by

no test coverage detected