[−][src]Function actix_web::test::run_on
pub fn run_on<F, R>(f: F) -> R where
F: FnOnce() -> 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.