pub fn dispatch<F, T>(_future: F)where F: Future<Output = T> + 'static, T: 'static,
Not supported on native targets; provided for API parity with the WASM implementation and never reached.