pub async fn batch_delete<S: BlockStore + Send + Sync + 'static>(
store: Arc<S>,
cids: Vec<Cid>,
config: BatchConfig,
) -> BatchResult<Cid>Expand description
Batch delete blocks with concurrency control
pub async fn batch_delete<S: BlockStore + Send + Sync + 'static>(
store: Arc<S>,
cids: Vec<Cid>,
config: BatchConfig,
) -> BatchResult<Cid>Batch delete blocks with concurrency control