[][src]Function heim_runtime::spawn_blocking

pub async fn spawn_blocking<F, R>(f: F) -> R where
    F: FnOnce() -> R + Send + 'static,
    R: Send + 'static,