MCPcopy Create free account
hub / github.com/apache/brpc / what

Method what

src/bthread/task_group.h:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 explicit ExitException(void* value) : _value(value) {}
40 ~ExitException() throw() {}
41 const char* what() const throw() override {
42 return "ExitException";
43 }
44 void* value() const {
45 return _value;
46 }

Callers 6

mainFunction · 0.45
OnCompleteMethod · 0.45
ReadThriftStructFunction · 0.45
ProcessThriftResponseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected