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

Method fail

src/common/recordio.hpp:196–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195private:
196 void fail(const std::string& message)
197 {
198 error = Error(message);
199
200 while (!waiters.empty()) {
201 waiters.front()->fail(message);
202 waiters.pop();
203 }
204 }
205
206 void complete()
207 {

Callers 2

___nestedCommandCheckMethod · 0.45

Calls 2

ErrorFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected