Sends a byte vector to the child, then reads its output and error until it exits.
Declared in <util/subprocess.h>
std::pair<OutBuffer, ErrBuffer>
communicate(std::vector<char> const& msg);
The captured output and error buffers.
| Name | Description |
|---|---|
| msg | Bytes to send first. |