Module compress_tools::async_support
source · Expand description
Generic async support with which you can use you own thread pool by
implementing the BlockingExecutor
trait.
Traits
Functions
- Async version of
list_archive_files
. - Async version of
list_archive_files_with_encoding
(crate:: list_archive_files_with_encoding). - Async version of
uncompress_archive
. - Async version of
uncompress_archive_file
. - Async version of
uncompress_archive_file_with_encoding
(crate:: uncompress_archive_file_with_encoding). - Async version of
uncompress_archive_with_encoding
(crate:: uncompress_archive_with_encoding). - Async version of
uncompress_data
.