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