Description
C++ programs can communicate with child processes through simple IOStream-based inter-process communication. This utility library helps developers wrap process input and output in familiar stream abstractions. It is linked into software rather than used directly, and subprocess safety depends on the application using it.