MCPcopy 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
70namespace {
71void* RunClosure(void* arg) {
72 google::protobuf::Closure* done = (google::protobuf::Closure*)arg;
73 done->Run();
74 return NULL;
75}
76
77class DeleteOnlyOnceChannel : public brpc::Channel {
78public:

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected