|
Apache Mesos
|
For output file descriptors a child writes to the write file descriptor and a parent may read from the read file descriptor if one is present.
More...
#include <subprocess.hpp>
Public Attributes | |
| Option< int_fd > | read = None() |
| int_fd | write = -1 |
For output file descriptors a child writes to the write file descriptor and a parent may read from the read file descriptor if one is present.
NOTE: We initialize write to -1 so that we do not close an arbitrary file descriptor, in case we encounter an error while starting a subprocess (closing -1 is always a no-op).
| int_fd process::Subprocess::IO::OutputFileDescriptors::write = -1 |
1.8.5