Function decompress_threadpool

Source
pub fn decompress_threadpool(data_to_decompress: Vec<u8>) -> Vec<u8> 
Expand description

Decompresses data using Zstandard decompression algorithm on the threadpool.