[][src]Function ufut::or

pub async fn or<T>(a: impl Future<Output = T>, b: impl Future<Output = T>) -> T

Polls two futures with a left bias until one of them succeeds.