MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / consumer_process

Function consumer_process

benchmarks/benchmark_fmq.py:99–103  ·  view source on GitHub ↗
(consumer_id, total_msgs, result_q, consumer_event)

Source from the content-addressed store, hash-verified

97
98
99def consumer_process(consumer_id, total_msgs, result_q, consumer_event):
100 async def run():
101 await consumer_task(consumer_id, total_msgs, result_q, consumer_event)
102
103 asyncio.run(run())
104
105
106# ============================================================

Callers

nothing calls this directly

Calls 2

runFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected