Skip to main content

concurrent_get

Function concurrent_get 

Source
pub async fn concurrent_get<I, S>(
    fetch_urls: I,
    concurrent: usize,
) -> IntoIter<Result<Response>>
where I: IntoIterator<Item = S>, S: IntoUrl,