[][src]Function juliex::spawn

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