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

Method BatchHelper

phxqueue/producer/batchhelper.cpp:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213};
214
215BatchHelper::BatchHelper(Producer *producer) : impl_(new BatchHelperImpl) {
216 impl_->producer = producer;
217}
218
219BatchHelper::~BatchHelper() {
220 Stop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected