subprocess_read_stdout() blocks
Hello.
As you pointed out in the documentation, the `subprocess_read_stdout()` function is blocking when there is no data available to read.
I need to be able to read and write to a subprocess before joining it, but my problem is that I need the read operation to be asynchronous. Is there an easy solution for changing this behavior?
关闭于 2024-02-05 4 条评论