Make subprocess async read non-blocking
When using option "subprocess_option_enable_async", subprocess was still blocking when calling "subprocess_read_stdout()" and no data were available.
Now, subprocess_read_stdout() will return even when no available data, returned value will be equal to 0.
(Note that I only made modification for non-Windows filesystems)
合并状态:未合并 6 条评论