pub async fn unix_connect<P>(addr: P) -> Result<Io> where P: AsRef<Path>,
Opens a unix stream connection.