MCPcopy
hub / github.com/ModelTC/LightLLM / wait_to_get_all_data

Method wait_to_get_all_data

lightllm/server/httpserver/async_queue.py:29–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 return
28
29 async def wait_to_get_all_data(self):
30 await self.wait_to_ready()
31 handle_list = await self.get_all_data()
32 return handle_list

Callers 2

handle_loopMethod · 0.80
_up_tokens_to_pd_masterFunction · 0.80

Calls 2

wait_to_readyMethod · 0.95
get_all_dataMethod · 0.95

Tested by

no test coverage detected