Function ntex_rt::spawn_blocking

source ·
pub fn spawn_blocking<F, T>(_: F) -> JoinHandle<T> 
where F: FnOnce() -> T + Send + Sync + 'static, T: Send + 'static,