Function workflow_core::task::wasm::dispatch

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