ENH: Removing special termination pipe from Windows implementation. It does...
ENH: Removing special termination pipe from Windows implementation. It does not need it because WaitForMultipleObjects can wait with a timeout for the process to terminate. This is not the case in UNIX because waitpid has no timeout, so we need the termination pipe there.
Loading
Please register or sign in to comment