pub async fn concurrent_get<I, S>( fetch_urls: I, concurrent: usize, ) -> Vec<Result<Response>>where S: AsRef<str>, I: IntoIterator<Item = S>,