pub async fn concurrent_query<F, T>(
queries: impl Iterator<Item = F>,
) -> Vec<RocketMQResult<T>> ⓘwhere
F: Future<Output = RocketMQResult<T>>,pub async fn concurrent_query<F, T>(
queries: impl Iterator<Item = F>,
) -> Vec<RocketMQResult<T>> ⓘwhere
F: Future<Output = RocketMQResult<T>>,