MCPcopy Create free account
hub / github.com/Tencent/phxqueue / Consumer

Method Consumer

phxqueue/consumer/consumer.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86};
87
88Consumer::Consumer(const ConsumerOption &opt) : impl_(new ConsumerImpl()) {
89 assert(impl_);
90 impl_->opt = opt;
91}
92
93Consumer::~Consumer() {}
94

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected