Function child_reader_thread

Source
pub fn child_reader_thread(
    name: String,
    stdout: ChildStdout,
    tx: Sender<String>,
)