Function deno_runtime::tokio_util::run_basic[][src]

pub fn run_basic<F, R>(future: F) -> R where
    F: Future<Output = R>,