Searched refs:stdin_write (Results 1 – 1 of 1) sorted by relevance
108 let mut stdin_write = child.stdin.take().unwrap(); in parent_process() localVariable117 stdin_write.write_all(message.as_bytes()).unwrap(); in parent_process()123 writeln!(&mut stdin_write, "restart_task").unwrap(); in parent_process()134 stdin_write.write_all(message.as_bytes()).unwrap(); in parent_process()140 writeln!(&mut stdin_write, "restart_runtime").unwrap(); in parent_process()151 stdin_write.write_all(message.as_bytes()).unwrap(); in parent_process()157 writeln!(&mut stdin_write, "all done").unwrap(); in parent_process()