I want to create a child process, and read its stdout asynchronously. It turns out that I have to create a named pipe to connect to the stdout, since anonymous pipes do not support asynchronous reads.I want to create a child process, and read its
I want to create a child process, and read its stdout asynchronously. It turns out that I have to create a named pipe to connect to the stdout, since anonymous pipes do not support asynchronous reads.I want to create a child process, and read its