Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
workder
Function · 0.45
save_checkpoint
Method · 0.45
put_to_handle_queue
Method · 0.45
_pd_process_generate
Function · 0.45
continuous_sender
Function · 0.45
tppart_model_infer
Function · 0.45
tppart_model_infer
Function · 0.45
worker
Function · 0.45
worker
Function · 0.45
worker
Function · 0.45
worker
Function · 0.45
worker
Function · 0.45
Calls
1
set
Method · 0.80
Tested by
no test coverage detected