pub fn thread_pool() -> &'static ThreadPoolExpand description
Get (or create) lzip’s dedicated rayon thread pool.
Sized to available parallelism, separate from any caller-owned pool.
Override with the LZIP_THREADS env var.
pub fn thread_pool() -> &'static ThreadPoolGet (or create) lzip’s dedicated rayon thread pool.
Sized to available parallelism, separate from any caller-owned pool.
Override with the LZIP_THREADS env var.