pub const OUTPUT_PIPE_ENV_NAME: &str = "OUTPUT_PIPE";Expand description
Environment variable representing a named pipe path used to send messages to the parent process.
See ProcessManagerHandle::subscribe_message_stream example.
pub const OUTPUT_PIPE_ENV_NAME: &str = "OUTPUT_PIPE";Environment variable representing a named pipe path used to send messages to the parent process.
See ProcessManagerHandle::subscribe_message_stream example.