[][src]Function actix_testing::spawn

pub fn spawn<F>(fut: F) where
    F: Future<Item = (), Error = ()> + 'static, 

Spawn future to the current test runtime.