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