|
|
|
|
|
by cle
1005 days ago
|
|
Sure that exists too, but it blocks on process exit. I suppose I can run that in a separate thread but now I've got another dimension of complexity to deal with, and it's unclear if I can stream output from the subprocess? There are other things I didn't mention that get thrown around too such as os.system() and os.fork(). |
|