[][src]Function heim_runtime::spawn

pub async fn spawn<F, R>(f: F) -> R where
    F: Future<Output = R> + Send + 'static,
    R: Send + 'static,