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

Method CallAfterRpcResp

src/brpc/controller.cpp:1596–1601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1594}
1595
1596void Controller::CallAfterRpcResp(const google::protobuf::Message* req, const google::protobuf::Message* res) {
1597 if (_after_rpc_resp_fn) {
1598 _after_rpc_resp_fn(this, req, res);
1599 _after_rpc_resp_fn = nullptr;
1600 }
1601}
1602
1603#if defined(OS_MACOSX)
1604typedef sig_t SignalHandler;

Callers 2

RunMethod · 0.80
SendRpcResponseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected