Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ RunClosure
Function
RunClosure
test/brpc_ssl_unittest.cpp:90–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
};
89
90
void* RunClosure(void* arg) {
91
google::protobuf::Closure* done = (google::protobuf::Closure*)arg;
92
done->Run();
93
return NULL;
94
}
95
96
void SendMultipleRPC(brpc::Channel* channel, int count) {
97
for (int i = 0; i < count; ++i) {
Callers
nothing calls this directly
Calls
1
Run
Method · 0.45
Tested by
no test coverage detected