MCPcopy Index your code
hub / github.com/tiny-pilot/tinypilot / _wait_for_process_exit

Function _wait_for_process_exit

app/execute.py:90–93  ·  view source on GitHub ↗
(target_process)

Source from the content-addressed store, hash-verified

88
89
90def _wait_for_process_exit(target_process):
91 max_attempts = 3
92 for _ in range(max_attempts):
93 target_process.join(timeout=0.1)
94
95
96def background_thread(function, args=None):

Callers 1

with_timeoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected