Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/amoffat/sh
/ event_wait
Function
event_wait
src/sh/__init__.py:2695–2697 ·
view source on GitHub ↗
(ev, timeout=None)
Source
from the content-addressed store, hash-verified
2693
2694
2695
def
event_wait(ev, timeout=None):
2696
triggered = ev.wait(timeout)
2697
return
triggered
2698
2699
2700
def
background_thread(
Callers
1
background_thread
Function · 0.85
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected