[][src]Function vampirc_io::run_future

pub fn run_future<F, T>(future: F) -> T where
    F: Future<Output = T> + Send,
    T: Send