You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.