lua-luaipc icon indicating copy to clipboard operation
lua-luaipc copied to clipboard

Add timeout handling for proc:wait()

Open siffiejoe opened this issue 8 years ago • 0 comments

On Windows this should be easy, because WaitForMultipleObjects() already takes a timeout parameter, and it can handle process events too. On Linux/POSIX machines we probably need some form of busy loop to check for dead child processes.

siffiejoe avatar Mar 11 '16 10:03 siffiejoe