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