Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGVLab/UniFormerV2
/ shutdown
Method
shutdown
slowfast/visualization/async_predictor.py:220–222 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
218
return
self.get()
219
220
def
shutdown(self):
221
for
_ in self.procs:
222
self.task_queue.put(_StopToken())
223
224
@property
225
def
result_available(self):
Callers
nothing calls this directly
Calls
2
_StopToken
Class · 0.85
put
Method · 0.45
Tested by
no test coverage detected