pub async fn resolve_async<F, Fut>(
fetch_url: F,
refs: &[PartitionRef],
) -> Result<Vec<ResolvedPartition>, TesseraError>Expand description
Resolve presigned URLs for refs concurrently, preserving order.
ยงErrors
Returns the first fetch error, if any.