[][src]Function runtime_raw::enter

pub fn enter<R, F, T>(rt: R, fut: F) -> T where
    R: Runtime,
    F: Future<Output = T> + Send + 'static,
    T: Send + 'static, 

Runs a future inside a runtime and blocks on the result.