Can I use IOCP support from Nim's asyncdispatch module together with startProcess (from osproc), to simultaneously listen on stderr and stdout of the subprocess? such that I can detect immediately when it is writing on one of the streams, and distinguish on which?
- Can I use IOCP / async on startProcess? akavel
