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

Function ProcessInputMessage

src/brpc/input_messenger.cpp:181–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void* ProcessInputMessage(void* void_arg) {
182 InputMessageBase* msg = static_cast<InputMessageBase*>(void_arg);
183 msg->_process(msg);
184 return NULL;
185}
186
187struct RunLastMessage {
188 inline void operator()(InputMessageBase* last_msg) {

Callers 5

operator()Method · 0.85
~InputMessageClosureMethod · 0.85
resetMethod · 0.85
QueueMessageMethod · 0.85
QueueMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected