Function aral_runtime_async_std::task::spawn
source · pub fn spawn<T: Send + 'static>(
future: impl Future<Output = T> + Send + 'static
) -> JoinHandle<T> ⓘ
pub fn spawn<T: Send + 'static>(
future: impl Future<Output = T> + Send + 'static
) -> JoinHandle<T> ⓘ