I would like to know if there is a cross-platform (Windows, Linux, BSD) library with which I could start a process asynchronously and have iostream
-like wrappers for its standard pipes.
I would like it to be able to be able to tell when the process has terminated.
Thank you.