Function dispatch

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