Searched refs:handle_client (Results 1 – 2 of 2) sorted by relevance
96 ylong_runtime::spawn(handle_client(stream)); in start_client_listen()207 async fn handle_client(stream: TcpStream) -> io::Result<()> { in handle_client() function
158 pub async fn handle_client(fd: i32, waiter: Arc<Waiter>, node_map: NodeMap) { in handle_client() method226 ylong_runtime::spawn(Self::handle_client(client_fd, w, map)); in jdwp_listen()