Created an EvPopen class to replace Popen calls
It uses pyev child watcher to handles child termination instead of calling waitpid.
Loading
Please register or sign in to comment
It uses pyev child watcher to handles child termination instead of calling waitpid.