pub async fn batch_get<S: BlockStore + Send + Sync + 'static>(
store: Arc<S>,
cids: Vec<Cid>,
config: BatchConfig,
) -> BatchResult<Block>Expand description
Batch get blocks with concurrency control
Retrieves multiple blocks efficiently with configurable parallelism.