Function mio::sys::unix::tcp::accept

source ยท
pub(crate) fn accept(listener: &TcpListener) -> Result<(TcpStream, SocketAddr)>