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