common_runtime::global

Function spawn_hb

source
pub fn spawn_hb<F>(future: F) -> JoinHandle<F::Output> 
where F: Future + Send + 'static, F::Output: Send + 'static,
Expand description

Spawn a future and execute it in hb thread pool.