MCPcopy Index your code
hub / github.com/pathwaycom/pathway / terminate_process_handles

Function terminate_process_handles

python/pathway/cli.py:181–184  ·  view source on GitHub ↗
(process_handles: list[subprocess.Popen])

Source from the content-addressed store, hash-verified

179
180
181def terminate_process_handles(process_handles: list[subprocess.Popen]):
182 for handle in process_handles:
183 handle.terminate()
184 handle.wait()
185
186
187def checkout_repository(

Callers 3

wait_for_scaling_eventFunction · 0.90
spawn_programFunction · 0.85

Calls

no outgoing calls

Tested by 2

wait_for_scaling_eventFunction · 0.72