Function spawn_blocking

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