[][src]Function tokio_stdin::spawn_stdin_stream_bounded

pub fn spawn_stdin_stream_bounded(buffer: usize) -> Receiver<u8>

Spawn a new thread that reads from stdin and passes messages back using a bounded channel.