Function spawn_blocking

Source
pub async fn spawn_blocking<T: Send + 'static>(
    func: impl FnOnce() -> T + Send + 'static,
) -> T