Function rustc_ap_rustc_data_structures::sync::join[][src]

pub fn join<A, B, RA, RB>(oper_a: A, oper_b: B) -> (RA, RB) where
    A: FnOnce() -> RA,
    B: FnOnce() -> RB,