Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chidiwilliams/buzz
/ stop
Method
stop
tests/mock_sounddevice.py:150–153 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
148
seek = 0
149
150
def
stop(self):
151
self._stop_event.set()
152
if
self.thread.is_alive():
153
self.thread.join(timeout=5)
154
155
def
close(self):
156
self.stop()
Callers
4
close
Method · 0.95
__exit__
Method · 0.95
test_translator
Method · 0.45
test_stop_puts_sentinel_in_queue
Method · 0.45
Calls
1
set
Method · 0.80
Tested by
2
test_translator
Method · 0.36
test_stop_puts_sentinel_in_queue
Method · 0.36