python-capturer
python-capturer copied to clipboard
Set timeout for started_event
If the forked process dies for some reason before started_event.set() is called the parent process will hang on started_event.wait(). This adds a timeout to started_event.wait() to avoid the parent process hanging.