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

Method sync_call_thread

tools/rpc_press/rpc_press_impl.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void* RpcPress::sync_call_thread(void* arg) {
189 ((RpcPress*)arg)->sync_client();
190 return NULL;
191}
192
193void RpcPress::handle_response(brpc::Controller* cntl,
194 Message* request,

Callers

nothing calls this directly

Calls 1

sync_clientMethod · 0.80

Tested by

no test coverage detected