Function workflow_core::task::native::spawn

source ·
pub fn spawn<F, T>(future: F)where
    F: Future<Output = T> + Send + 'static,
    T: Send + 'static,