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

Function CallMethodInBackupThread

src/brpc/policy/thrift_protocol.cpp:430–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430static void CallMethodInBackupThread(void* void_args) {
431 CallMethodInBackupThreadArgs* args = (CallMethodInBackupThreadArgs*)void_args;
432 ProcessThriftFramedRequestNoExcept(args->service,
433 args->controller,
434 args->request,
435 args->response,
436 args->done);
437 delete args;
438}
439
440static void EndRunningCallMethodInPool(ThriftService* service,
441 Controller* controller,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected