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

Method ProcessAllBatchHandleTasks

phxqueue/consumer/consumer.cpp:408–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408void Consumer::ProcessAllBatchHandleTasks(const int cid) {
409 if (!impl_->batch_handle_finish[cid]) {
410 BatchHandleRoutineFunc(cid);
411 BatchHandleTaskFinish();
412 impl_->batch_handle_finish[cid] = true;
413 }
414}
415
416void Consumer::ConsumeThreadRun(const int vpid) {
417 OnConsumeThreadRun(vpid);

Callers 1

BatchHandleRoutineRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected