Function race

Source
pub async fn race<T>(
    futures: Vec<Pin<Box<dyn Future<Output = T> + Send>>>,
) -> Option<T>