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

Method put

lightllm/server/httpserver/async_queue.py:23–27  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

21 return ans
22
23 async def put(self, obj):
24 async with self.lock:
25 self.datas.append(obj)
26 self.event.set()
27 return
28
29 async def wait_to_get_all_data(self):
30 await self.wait_to_ready()

Callers 14

workderFunction · 0.45
save_checkpointMethod · 0.45
put_to_handle_queueMethod · 0.45
_pd_process_generateFunction · 0.45
continuous_senderFunction · 0.45
tppart_model_inferFunction · 0.45
tppart_model_inferFunction · 0.45
workerFunction · 0.45
workerFunction · 0.45
workerFunction · 0.45
workerFunction · 0.45
workerFunction · 0.45

Calls 1

setMethod · 0.80

Tested by

no test coverage detected