[][src]Function flv_future_core::spawn

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