Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ kill
Method
kill
apps/proxy/live_proxy/utils.py:209–213 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
207
_gevent.sleep(0.01)
208
209
def
kill(self):
210
try
:
211
os.kill(self.pid, signal.SIGKILL)
212
except
ProcessLookupError:
213
pass
214
215
def
terminate(self):
216
try
:
Callers
7
stream_generator
Function · 0.45
handle
Method · 0.45
terminate
Method · 0.45
_dvr_ensure_ffmpeg_exited
Function · 0.45
run_recording
Function · 0.45
_posix_run
Function · 0.45
_gpg_run
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected