pub fn async_string(tx: Sender<String>)
Non blocking string input. It sends whatever is inputed and then dies. It can be “polled” with try_recv
try_recv