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

Function DispatchTickRun

phxqueue/producer/batchhelper.cpp:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254static int DispatchTickRun(void *arg) {
255 DispatchCtx_t *ctx = static_cast<DispatchCtx_t*>(arg);
256 ctx->batch_helper->DispatchBatchTask(ctx->vtid);
257 return 0;
258}
259
260void BatchHelper::DispatchBatchTask(int vtid) {
261 auto &batch_infos = impl_->vtid2batch_infos[vtid];

Callers

nothing calls this directly

Calls 1

DispatchBatchTaskMethod · 0.80

Tested by

no test coverage detected