Function rayon::join [] [src]

pub fn join<A, R_A, B, R_B>(oper_a: A, oper_b: B) -> (R_A, R_B) where A: FnOnce() -> R_A + Send, B: FnOnce() -> R_B + Send