Function tokio_stdin::spawn_stdin_stream_unbounded [] [src]

pub fn spawn_stdin_stream_unbounded() -> UnboundedReceiver<u8>

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