Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/InternLM/lmdeploy
/ close
Method
close
lmdeploy/pipeline.py:589–594 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
587
})
588
589
def
close(self):
590
if
self.closed:
591
return
592
self.closed = True
593
self.loop.call_soon_threadsafe(self.loop.stop)
594
self.thread.join()
Callers
nothing calls this directly
Calls
1
join
Method · 0.80
Tested by
no test coverage detected