Function compress_tools::async_support::uncompress_archive
source · 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
.