SlapPopen: Use select to capture stdout and stderr
Capture either stdout, stderr or both separately using select.poll to handle timeouts and multiplex the reads in the current thread.
Showing
Please register or sign in to comment
Capture either stdout, stderr or both separately using select.poll to handle timeouts and multiplex the reads in the current thread.