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

Function DispatchRoutineRun

phxqueue/consumer/consumer.cpp:352–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352static void *DispatchRoutineRun(void *arg) {
353 co_enable_hook_sys();
354
355 DispatchCtx_t *ctx = static_cast<DispatchCtx_t*>(arg);
356 ctx->consumer->TaskDispatch();
357 return nullptr;
358}
359
360static void *HandleRoutineRun(void *arg) {
361 co_enable_hook_sys();

Callers

nothing calls this directly

Calls 1

TaskDispatchMethod · 0.80

Tested by

no test coverage detected