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

Method OnRPCEnd

src/brpc/controller.cpp:1005–1010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1003}
1004
1005void Controller::OnRPCEnd(int64_t end_time_us) {
1006 _end_time_us = end_time_us;
1007 if (NULL != _backup_request_policy) {
1008 _backup_request_policy->OnRPCEnd(this);
1009 }
1010}
1011
1012void Controller::RunDoneInBackupThread(void* arg) {
1013 static_cast<Controller*>(arg)->DoneInBackupThread();

Callers 4

CallMethodMethod · 0.45
CallMethodMethod · 0.45
OnCompleteMethod · 0.45
CallMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected