MCPcopy
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
2695def event_wait(ev, timeout=None):
2696 triggered = ev.wait(timeout)
2697 return triggered
2698
2699
2700def background_thread(

Callers 1

background_threadFunction · 0.85

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected