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

Function DestroyParallelChannelDone

src/brpc/parallel_channel.cpp:452–454  ·  view source on GitHub ↗

Used in controller.cpp

Source from the content-addressed store, hash-verified

450
451// Used in controller.cpp
452void DestroyParallelChannelDone(google::protobuf::Closure* c) {
453 ParallelChannelDone::Destroy(static_cast<ParallelChannelDone*>(c));
454}
455
456const Controller* GetSubControllerOfParallelChannel(
457 const google::protobuf::Closure* c, int i) {

Callers 1

ResetNonPodsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected