# extreme! extremely boring async function runner. docs: ``` /// Run a `Future`. pub fn run(f: F) -> O where F: Future ```