Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
90
def
_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
96
def
background_thread(function, args=None):
Callers
1
with_timeout
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected