batch_delete

Function batch_delete 

Source
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