Function workflow_core::task::wasm::spawn

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