[][src]Function flv_future_core::spawn_blocking

pub fn spawn_blocking<F, T>(future: F) -> JoinHandle<T> where
    F: FnOnce() -> T + Send + 'static,
    T: Send + 'static,