Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chidiwilliams/buzz
/ stop
Method
stop
buzz/file_transcriber_queue_worker.py:279–282 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
277
self.speech_path = None
278
279
def
stop(self):
280
self.tasks_queue.put(None)
281
if
self.current_transcriber is not None:
282
self.current_transcriber.stop()
Callers
3
worker
Function · 0.95
run
Method · 0.45
cancel_task
Method · 0.45
Calls
no outgoing calls
Tested by
1
worker
Function · 0.76