Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ RunClosure
Function
RunClosure
test/brpc_channel_unittest.cpp:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
namespace {
71
void* RunClosure(void* arg) {
72
google::protobuf::Closure* done = (google::protobuf::Closure*)arg;
73
done->Run();
74
return NULL;
75
}
76
77
class DeleteOnlyOnceChannel : public brpc::Channel {
78
public:
Callers
nothing calls this directly
Calls
1
Run
Method · 0.45
Tested by
no test coverage detected