pub(crate) async fn main_loop( _state: Arc<Mutex<AppState>>, lines: &mut Lines<BufReader<Stdin>>, listener: TcpListener, )