[][src]Function driver_async::asyncs::task::spawn

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