Function workflow_core::task::wasm::dispatch

source ยท
pub fn dispatch<F, T>(_future: F)
where F: Future<Output = T> + 'static, T: 'static,