Function ia::executor::spawn [] [src]

pub fn spawn<T: Future<Item = (), Error = E> + 'static, E: Debug>(f: T)

Spawns a future onto the global executor.