Function kumo_server_runtime::spawn_blocking

source ยท
pub fn spawn_blocking<F, N, R>(name: N, func: F) -> Result<JoinHandle<R>>
where F: FnOnce() -> R + Send + 'static, R: Send + 'static, N: AsRef<str>,