Function workflow_core::task::wasm::spawn

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