[][src]Function howto::prefetch_howto

pub async fn prefetch_howto<'_>(
    query: &'_ str,
    n: usize
) -> Pin<Box<dyn Stream<Item = Answer> + Send>>

Prefetch n queries with FuturesOrdered, and then others.