pub fn spawn_compact<F>(future: F) -> JoinHandle<F::Output> ⓘwhere F: Future + Send + 'static, F::Output: Send + 'static,
Spawn a future and execute it in compact thread pool.
compact