Skip to content
Snippets Groups Projects
Commit 9f9a81da authored by Brad King's avatar Brad King
Browse files

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.
parent 9000b633
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment