[][src]Function actix_http_test::run_on

pub fn run_on<F, R>(f: F) -> R where
    F: Fn() -> R, 

Runs the provided function, with runtime enabled.

Note that this function is intended to be used only for testing purpose. This function panics on nested call.