Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/FastDeploy
/ destroy
Method
destroy
fastdeploy/inter_communicator/fmq.py:345–347 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
343
return
Topic(self._context, name)
344
345
async
def
destroy(self):
346
# Destroy ZeroMQ context
347
self._context.term()
Callers
nothing calls this directly
Calls
1
term
Method · 0.80
Tested by
no test coverage detected