pub async fn uncompress_archive<B, R>(
    blocking_executor: B,
    source: R,
    dest: &Path,
    ownership: Ownership
) -> Result<()>where
    B: BlockingExecutor,
    R: AsyncRead + Unpin,
Expand description

Async version of uncompress_archive.