pub fn spawn_blocking_compact<F, R>(future: F) -> JoinHandle<R> ⓘwhere F: FnOnce() -> R + Send + 'static, R: Send + 'static,
Run the blocking operation in compact thread pool.
compact