[−][src]Function async_backplane::utils::biased_race
pub fn biased_race<T, A, B>(future1: A, future2: B) -> BiasedRace<A, B>ⓘwhereImportant traits for BiasedRace<A, B>
impl<T, A, B> Future for BiasedRace<A, B> where
A: Future<Output = T>,
B: Future<Output = T>, type Output = T;
A: Future<Output = T>,
B: Future<Output = T>,
Like futures_lite::future::race but with a left bias