Searched refs:stdin_tx (Results 1 – 1 of 1) sorted by relevance
54 stdin_tx: mpsc::Sender<u8>, field84 let (stdin_tx, stdin_rx) = mpsc::channel::<u8>(Self::STDIN_BUF_SIZE); in new()90 stdin_tx, in new()202 let r: Result<mpsc::SendRef<u8>, TrySendError> = self.stdin_tx.try_send_ref(); in write_stdin()