[][src]Function flv_future_aio::task::spawn_blocking

pub fn spawn_blocking<F, T>(future: F) -> JoinHandle<T>

Notable traits for JoinHandle<T>

impl<T> Future for JoinHandle<T> type Output = T;
where
    F: FnOnce() -> T + Send + 'static,
    T: Send + 'static,