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

Method Run

src/brpc/parallel_channel.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 void Run() override {
77 shared_data->OnSubDoneRun(this);
78 }
79
80 ParallelChannelDone* shared_data;
81 butil::intrusive_ptr<ResponseMerger> merger;

Callers

nothing calls this directly

Calls 1

OnSubDoneRunMethod · 0.80

Tested by

no test coverage detected