[][src]Function executor::spawn

pub fn spawn(future: impl Future<Output = ()> + 'static + Send)

Give future to global executor to be polled and executed.